{
  "name": "UrbanTok Creator Radio",
  "short_name": "UrbanTok Radio",
  "description": "Live audio broadcasting platform for African creators",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a14",
  "theme_color": "#0a0a14",
  "orientation": "portrait-primary",
  "categories": ["music", "entertainment", "social"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Go Live",
      "short_name": "Go Live",
      "description": "Open the creator hub",
      "url": "/creator",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Live Rooms",
      "short_name": "Live Now",
      "description": "Browse live radio shows",
      "url": "/live",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
