{
  "name": "Crush Live",
  "short_name": "Crush Live",
  "description": "TikTok LIVE dashboard and Crush Deck control surface",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#070b14",
  "theme_color": "#070b14",
  "icons": [
    {
      "src": "/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Crush Deck",
      "short_name": "Deck",
      "description": "Open the fullscreen pad control surface",
      "url": "/?view=deck",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Crush Live Companion",
      "short_name": "Companion",
      "description": "Second-screen LIVE assistant with chat TTS",
      "url": "/live-companion",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
