{
  "id": "eyedrop-local-pwa",
  "name": "EyeDrop Local",
  "short_name": "EyeDrop",
  "description": "Persistent local medical reminder for eye drops with tapering support.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#050914",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
