{
  "name": "Sixth Sense Health",
  "short_name": "Sixth Sense",
  "description": "AI-powered health & biometric tracking",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "url_handlers": [
    { "origin": "https://sixth-sense.world" },
    { "origin": "https://www.sixth-sense.world" }
  ],
  "share_target": {
    "action": "/coach",
    "method": "GET",
    "params": { "url": "u" }
  }
}
