{
  "name": "AudioBlotter Scanner Feed",
  "short_name": "AudioBlotter",
  "description": "AI-powered Fire/EMS radio scanner feed with live transcription and karaoke-style playback",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#ad1a23",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["news", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Today's Feed",
      "short_name": "Today",
      "description": "View today's transmissions",
      "url": "/",
      "icons": [
        {
          "src": "/static/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
