{
  "name": "NeuroNav \u2014 AI Life Assistant",
  "short_name": "NeuroNav",
  "description": "AI-powered accessibility platform for disabled and vulnerable people. Free tools for communication, understanding documents, daily living, and emotional support.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#1D9E75",
  "orientation": "portrait-primary",
  "categories": [
    "health",
    "medical",
    "lifestyle",
    "utilities"
  ],
  "lang": "en-AU",
  "dir": "ltr",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NeuroNav home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Explain My World",
      "short_name": "Explain",
      "description": "Get help understanding confusing situations",
      "url": "/app.html#world",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "I Need Help Now",
      "short_name": "Help Now",
      "description": "Emergency contacts and safety",
      "url": "/app.html#safety",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AAC Symbols",
      "short_name": "Symbols",
      "description": "Tap symbols to communicate",
      "url": "/app.html#aac",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}