{
  "name": "LifeGrasp",
  "short_name": "LifeGrasp",
  "description": "Your personal life navigation system — get clarity, handle overwhelm, and stay grounded with AI-powered guidance.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#111111",
  "theme_color": "#111111",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Compass",
      "short_name": "Compass",
      "description": "Check in with your morning compass",
      "url": "/home",
      "icons": [{ "src": "/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Panic Button",
      "short_name": "Panic",
      "description": "Get immediate help when overwhelmed",
      "url": "/panic",
      "icons": [{ "src": "/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.lifegrasp.app",
      "url": "https://play.google.com/store/apps/details?id=com.lifegrasp.app"
    }
  ]
}
