{
  "name": "Park Pulse · Theme Park Trip Companion",
  "short_name": "Park Pulse",
  "id": "/",
  "description": "Live Disneyland and Knott's Berry Farm wait times, pins, history, directions, and alerts.",
  "lang": "en-US",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "categories": ["travel", "utilities"],
  "background_color": "#f7f1e7",
  "theme_color": "#241546",
  "icons": [
    { "src": "/assets/park-pulse-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/park-pulse-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/park-pulse-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Knott's Berry Farm",
      "short_name": "Knott's",
      "description": "Open the live Knott's park view.",
      "url": "/knotts?source=pwa-shortcut",
      "icons": [{ "src": "/assets/park-pulse-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Disneyland Resort",
      "short_name": "Disneyland",
      "description": "Open the Disneyland family dashboard.",
      "url": "/?source=pwa-shortcut&park=disneyland",
      "icons": [{ "src": "/assets/park-pulse-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "prefer_related_applications": false
}
