{
  "name": "JARVIS — AI Voice Assistant",
  "short_name": "JARVIS",
  "description": "Your personal AI voice assistant powered by Claude",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#06060f",
  "theme_color": "#06060f",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Talk to Jarvis",
      "url": "/agent",
      "description": "Start voice conversation"
    },
    {
      "name": "Wake Widget",
      "url": "/wake",
      "description": "Clap-to-wake interface"
    }
  ]
}
