{
  "name": "VocalHub",
  "short_name": "VocalHub",
  "description": "Live performances, voice-first messaging, and creator monetization for Kenya and beyond.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a1020",
  "theme_color": "#5b5ef0",
  "categories": ["social", "music", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Latest posts",
      "url": "/dashboard/feed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live",
      "short_name": "Live",
      "description": "Live performances",
      "url": "/dashboard/live",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Post",
      "short_name": "Post",
      "description": "Record and share a new post",
      "url": "/dashboard/post/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meet",
      "short_name": "Meet",
      "description": "Host a private room",
      "url": "/dashboard/meet/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
