{
  "short_name": "KanbanFlow",
  "name": "KanbanFlow - Workflow Management",
  "description": "A comprehensive Kanban board and workflow management dashboard for teams",
  "icons": [
    {
      "src": "icons/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icons/icon192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icons/icon512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icons/icon512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business", "utilities"],
  "shortcuts": [
    {
      "name": "Kanban View",
      "short_name": "Kanban",
      "description": "Open the Kanban board view",
      "url": "/?view=kanban",
      "icons": [
        {
          "src": "icons/icon192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "DSL View",
      "short_name": "DSL",
      "description": "Open the DSL table view",
      "url": "/?view=dsl",
      "icons": [
        {
          "src": "icons/icon192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View workflow reports and analytics",
      "url": "/?view=reports",
      "icons": [
        {
          "src": "icons/icon192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
