{
  "name": "MediMirror",
  "short_name": "MediMirror",
  "description": "A privacy-first mirror and guided facial exercise tool.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f5f7",
  "theme_color": "#6c63ff",
  "icons": [
    {
      "src": "/assets/icons/medimirror-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}