{
  "name": "AmbientGuide",
  "short_name": "AmbientGuide",
  "description": "Privacy-first ambient listening assistant — all processing on-device",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060D0D",
  "theme_color": "#00BFA5",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Listening",
      "short_name": "Listen",
      "description": "Activate ambient listener",
      "url": "./index.html#home",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
