{
  "name": "Red Beat Radio",
  "short_name": "RBR",
  "description": "Our Sound. Our Station. AI Assisted Content Creations by DJ Goldfish and the Red Beat Radio.",
  "start_url": "/Home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a0a",
  "theme_color": "#e51717",
  "orientation": "portrait-primary",
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "focus-existing" },
  "categories": ["music", "entertainment"],
  "screenshots": [
    {
      "src": "https://media.base44.com/images/public/69b942456e6d119f274ad171/438bc5838_generated_image.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Red Beat Radio – Home"
    }
  ],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Listen Now",
      "short_name": "Listen",
      "description": "Go straight to the music",
      "url": "/Home",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Shows",
      "short_name": "Live",
      "description": "Watch live shows",
      "url": "/LiveShows",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Explore community tracks",
      "url": "/Community",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
