{
  "name": "MagicRoute",
  "short_name": "MagicRoute",
  "version": "3.1.74",
  "description": "Live group GPS tracking for the Disneyland Resort — both parks, real wait times, and smart route planning.",
  "id": "/",
  "start_url": "/?source=pwa",
  "privacy_policy": "/privacy",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#060d1a",
  "theme_color": "#0f1729",
  "categories": ["travel", "navigation", "lifestyle"],
  "shortcuts": [
    {
      "name": "Open Live Map",
      "short_name": "Map",
      "description": "Open MagicRoute directly to the live map.",
      "url": "/?tab=map&source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Open Wait Alerts",
      "short_name": "Alerts",
      "description": "Open MagicRoute wait alerts.",
      "url": "/?tab=waittimes&source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
