{
  "name": "Head and Body Tracker",
  "short_name": "Head & Body",
  "description": "Track and manage migraines and bowel/GI events with AI-powered insights",
  "theme_color": "#0d6efd",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "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"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "permissions": [
    "geolocation",
    "microphone"
  ]
}