{
  "name": "V4 Tasks — Team Task Manager",
  "short_name": "V4 Tasks",
  "description": "Assign tasks, create quotations and share instantly — syncs live with the V4 admin dashboard",
  "start_url": "/task?src=pwa",
  "scope": "/task",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#1a237e",
  "lang": "en-IN",
  "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" }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "New Quotation", "url": "/task?a=quote", "description": "Create a quotation on the go" },
    { "name": "Today's Tasks",  "url": "/task?a=today", "description": "See what's due today" }
  ]
}
