{
  "name": "Molly SOS Demo App",
  "short_name": "MollySOS",
  "description": "Free AI-powered pet emergency first aid demo.",
  "start_url": "/mollysos-demo-app.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#C0392B",
  "background_color": "#C0392B",
  "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"
    }
  ]
}