{
  "id": "/",
  "name": "Mouth Breathing Notifier",
  "short_name": "Mouth Notifier",
  "description": "Detect sustained mouth breathing with your webcam. Private, in-browser.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0f14",
  "theme_color": "#0b0f14",
  "icons": [
    {
      "src": "icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Start detection", "url": "/#start" }
  ],
  "screenshots": [
    { "src": "/screenshots/og-cover.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide" }
  ],
  "categories": ["health", "utilities"]
}
