{
  "name": "Sous AI",
  "short_name": "Sous",
  "description": "Voice-first ambient cooking companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAD590",
  "theme_color": "#E09020",
  "orientation": "portrait",
  "categories": ["food", "lifestyle"],
  "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"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "apple_mobile_web_app_capable": true,
  "apple_mobile_web_app_status_bar_style": "default",
  "apple_mobile_web_app_title": "Sous AI",
  "apple-touch-icon": "/apple-touch-icon.png"
}