{
  "name": "FlowTask",
  "short_name": "FlowTask",
  "description": "Your all-in-one project and task management workspace",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "New Page",
      "short_name": "New",
      "description": "Create a new page",
      "url": "/?action=new-page"
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View all your tasks",
      "url": "/?view=tasks"
    }
  ]
}

