{
  "name": "TaskFlow - Task Manager",
  "short_name": "TaskFlow",
  "description": "Organize your tasks with Kanban boards, Gantt charts, and powerful collaboration features",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fef9f3",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "View your tasks",
      "url": "/",
      "icons": []
    },
    {
      "name": "Kanban Board",
      "short_name": "Kanban",
      "description": "View tasks in Kanban board",
      "url": "/kanban",
      "icons": []
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "View productivity statistics",
      "url": "/statistics",
      "icons": []
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "handle_links": "preferred"
}
