{
  "name": "listenOn Radio",
  "short_name": "listenOn",
  "version": "2.0",
  "description": "Live radio streaming from around the world",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#212731",
  "theme_color": "#212731",
  "orientation": "portrait-primary",
  "categories": ["music", "entertainment", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/app-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/app-icon-96x96.png", 
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/app-icon-128x128.png",
      "sizes": "128x128", 
      "type": "image/png"
    },
    {
      "src": "/app-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/app-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/app-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/app-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover Stations",
      "short_name": "Discover",
      "description": "Browse stations on the map",
      "url": "/?tab=discover",
      "icons": [
        {
          "src": "/app-icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Browse All",
      "short_name": "Browse",
      "description": "Browse all radio stations",
      "url": "/?tab=browse",
      "icons": [
        {
          "src": "/app-icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "Your favorite stations",
      "url": "/?tab=favorites",
      "icons": [
        {
          "src": "/app-icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+listenon",
      "url": "/station/%s"
    }
  ]
}
