{
  "name": "Progressive Day - Task Management",
  "short_name": "Progressive Day",
  "description": "Multi-tenant task management platform with AI capabilities",
  "start_url": "/tasks/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0d6efd",
  "background_color": "#ffffff",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/static/img/Progressive-2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/Progressive-2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Task",
      "short_name": "New Task",
      "description": "Create a new task",
      "url": "/tasks/create/",
      "icons": [
        {
          "src": "/static/img/Progressive-2.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Tasks",
      "short_name": "My Tasks",
      "description": "View your assigned tasks",
      "url": "/tasks/?my_tasks_only=true",
      "icons": [
        {
          "src": "/static/img/Progressive-2.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Timesheet",
      "short_name": "Timesheet",
      "description": "Track your time",
      "url": "/tasks/timesheet/",
      "icons": [
        {
          "src": "/static/img/Progressive-2.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
