{
  "name": "Tembea Radio 89.5 FM",
  "short_name": "Tembea Radio",
  "description": "Listen to Tembea Radio 89.5 FM live - News, Music, and Entertainment from Kenya",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#00a651",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["music", "radio", "entertainment"],
  "shortcuts": [
    {
      "name": "Listen Live",
      "short_name": "Live",
      "description": "Stream Tembea Radio 89.5 FM",
      "url": "/audio-library",
      "icons": [{
        "src": "https://api.iconify.design/mdi:radio.svg?download=1&width=96&height=96",
        "sizes": "96x96",
        "type": "image/svg+xml"
      }]
    },
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "Browse news updates",
      "url": "/stories",
      "icons": [{
        "src": "https://api.iconify.design/mdi:newspaper-variant.svg?download=1&width=96&height=96",
        "sizes": "96x96",
        "type": "image/svg+xml"
      }]
    }
  ]
}
