{
  "name": "Streamer",
  "short_name": "Streamer",
  "description": "A streaming audio player for Internet radio stations and podcasts.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0d0e12",
  "theme_color": "#f0a500",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Radio",
      "short_name": "Radio",
      "description": "Open the radio stations tab",
      "url": "./#radio"
    },
    {
      "name": "Podcasts",
      "short_name": "Podcasts",
      "description": "Open the podcast tab",
      "url": "./#podcasts"
    }
  ]
}
