{
  "id": "platphorm-radio",
  "name": "PlatPhorm Radio",
  "short_name": "Radio",
  "description": "Listen to free podcasts with real-time sentiment analysis. No ads, no tracking.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a12",
  "theme_color": "#00ff88",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PlatPhorm Radio Player"
    }
  ],
  "categories": ["entertainment", "music", "news", "education"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Listen Now",
      "url": "/",
      "description": "Start listening to podcasts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Submit Podcast",
      "url": "/submit",
      "description": "Add a new podcast"
    }
  ],
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+podcast",
      "url": "/?podcast=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "url": "podcast"
    }
  }
}
