{
  "id": "global-blend-radio",
  "name": "Global Blend Radio",
  "short_name": "GlobalBlend",
  "description": "Listen live to Global Blend Radio, Swanley Radio and RB Christian Radio. Live worldwide, 24/7.",
  "lang": "en-GB",
  "dir": "ltr",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#07090e",
  "theme_color": "#080b12",
  "orientation": "any",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["music", "entertainment", "news", "lifestyle"],
  "shortcuts": [
    {
      "name": "Global Blend Radio",
      "short_name": "Global Blend",
      "url": "./?station=global-blend#listen",
      "icons": [{ "src": "./assets/station-global.png", "sizes": "1024x1024", "type": "image/png" }]
    },
    {
      "name": "Swanley Radio",
      "short_name": "Swanley",
      "url": "./?station=swanley#listen",
      "icons": [{ "src": "./assets/station-swanley.png", "sizes": "1024x1024", "type": "image/png" }]
    },
    {
      "name": "RB Christian Radio",
      "short_name": "RB Christian",
      "url": "./?station=rb-christian#listen",
      "icons": [{ "src": "./assets/station-christian.jpg", "sizes": "1024x1024", "type": "image/jpeg" }]
    }
  ]
}
