{
  "name": "LyricShow — Live Lyrics Display",
  "short_name": "LyricShow",
  "description": "Real-time speech-to-text transcription and translation displayed as a live show. Accessibility meets performance art.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["education", "entertainment", "utilities"],
  "icons": [
    {
      "src": "/icons/app-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/app-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Recording",
      "short_name": "Start",
      "description": "Open Lyric Show and start recording",
      "url": "/",
      "icons": [{ "src": "/icons/app-logo-192.png", "sizes": "192x192" }]
    }
  ]
}
