{
  "name": "UntangledStreaming",
  "short_name": "Untangled",
  "description": "Stop overpaying for TV. Free 60-second quiz by a 22-year installer.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a1530",
  "theme_color": "#0a1530",
  "lang": "en-US",
  "categories": ["lifestyle", "utilities", "shopping"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Take the quiz",
      "short_name": "Quiz",
      "description": "60-second TV bill audit",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse recommendations",
      "short_name": "Recs",
      "description": "Pre-built plans by household type",
      "url": "/recommendations/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
