{
  "name": "Polanski Bros Radio",
  "short_name": "PB Radio",
  "description": "Listen live to Polanski Bros Radio — DJs, schedule, and song requests.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#080808",
  "theme_color": "#080808",
  "icons": [
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/img/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/schedule.html",
      "icons": [
        { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "DJs",
      "short_name": "DJs",
      "url": "/djs.html",
      "icons": [
        { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
