{
  "name": "Motigo — Mobile Auto Service",
  "short_name": "Motigo",
  "description": "Mobile car servicing at your doorstep. Book oil changes, tyres, batteries and rescue jobs in seconds.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#f97316",
  "lang": "en",
  "dir": "ltr",
  "categories": ["automotive", "business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-72.png",  "type": "image/png", "sizes": "72x72",   "purpose": "any" },
    { "src": "/icons/icon-96.png",  "type": "image/png", "sizes": "96x96",   "purpose": "any" },
    { "src": "/icons/icon-128.png", "type": "image/png", "sizes": "128x128", "purpose": "any" },
    { "src": "/icons/icon-144.png", "type": "image/png", "sizes": "144x144", "purpose": "any" },
    { "src": "/icons/icon-152.png", "type": "image/png", "sizes": "152x152", "purpose": "any" },
    { "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icons/icon-384.png", "type": "image/png", "sizes": "384x384", "purpose": "any" },
    { "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "My Portal",
      "short_name": "Portal",
      "description": "Open your customer dashboard",
      "url": "/portal/dashboard?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Service History",
      "short_name": "History",
      "description": "View past services and invoices",
      "url": "/portal/history?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Technician App",
      "short_name": "Technician",
      "description": "Technician dashboard",
      "url": "/technician/app?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
