{
  "name": "AskSage — Free Tech Help for Seniors",
  "short_name": "AskSage",
  "description": "Patient tech help for seniors — ask questions, get clear step-by-step answers in plain language.",
  "start_url": "/",
  "id": "/manifest.json",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FDF8F0",
  "theme_color": "#5B7B5E",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false
}