{
  "name": "Flowdesk",
  "short_name": "Flowdesk",
  "description": "SOP-driven task management for Indian operations teams.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F172A",
  "theme_color": "#0EA5E9",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "378x134",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "url": "/app/my-tasks",
      "description": "Jump to the tasks assigned to you."
    },
    {
      "name": "Notifications",
      "short_name": "Inbox",
      "url": "/app/notifications",
      "description": "Open the notification inbox."
    }
  ]
}
