{
  "id": "/dashboard",
  "name": "Cue by JML",
  "short_name": "Cue",
  "description": "Workspace management dashboard for JML virtual assistants — timesheets, daily reports, tasks, invoices.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#05020f",
  "theme_color": "#4c0099",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Timesheets",
      "short_name": "Timesheets",
      "description": "Open the timesheets surface for the current role",
      "url": "/dashboard?shortcut=timesheets",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Open the tasks surface for the current role",
      "url": "/dashboard?shortcut=tasks",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "Open the invoices surface for the current role",
      "url": "/dashboard?shortcut=invoices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
