{
  "name": "Will's World",
  "short_name": "Will's World",
  "description": "Voice-first AI assistant",
  "start_url": "/voice/",
  "scope": "/voice/",
  "display_override": ["fullscreen"],
  "display": "standalone",
  "background_color": "#f3f1ee",
  "theme_color": "#F0686C",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/voice/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/voice/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/voice/badge-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ]
}
