{
  "name": "DJ Danny Hectic B - Hectic Radio",
  "short_name": "Danny Hectic",
  "description": "Live DJ streaming, exclusive mixes, and community interaction. 30+ years of UK Garage, House, Jungle, Grime. Book for events, merchandise shop, and exclusive content.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0A0A0A",
  "background_color": "#0A0A0A",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/logo-danny-hectic-b.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "/logo-danny-hectic-b.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo-danny-hectic-b.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-danny-hectic-b.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Go Live",
      "short_name": "Stream",
      "description": "Start streaming",
      "url": "/#/live-studio",
      "icons": [
        {
          "src": "/logo-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mixes",
      "short_name": "Mixes",
      "description": "Browse mixes",
      "url": "/#/mixes",
      "icons": [
        {
          "src": "/logo-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Shop",
      "short_name": "Shop",
      "description": "Browse products",
      "url": "/#/shop",
      "icons": [
        {
          "src": "/logo-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/#/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "media",
          "accept": ["audio/*", "video/*"]
        }
      ]
    }
  }
}

