{
  "name": "Food Tracker - Diabetes Management",
  "short_name": "Food Tracker",
  "id": "com.foodtracker.app",
  "version": "1.0.0",
  "version_code": 1,
  "description": "HIPAA-compliant Progressive Web App for comprehensive diabetic meal management with AI-powered nutrition analysis and intelligent insulin dosage recommendations.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6366f1",
  "background_color": "#0f172a",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-wide-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI-Powered Food Analysis Dashboard"
    },
    {
      "src": "/screenshots/screenshot-wide-2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Comprehensive Meal History & Analytics"
    },
    {
      "src": "/screenshots/screenshot-narrow-1.png",
      "sizes": "480x800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Camera Food Capture"
    },
    {
      "src": "/screenshots/screenshot-narrow-2.png",
      "sizes": "480x800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Comprehensive Meal History"
    },
    {
      "src": "/screenshots/screenshot-narrow-3.png",
      "sizes": "480x800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Advanced Statistics & Analytics"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Food",
      "short_name": "Camera",
      "description": "Take a photo to analyze food and log nutrition",
      "url": "/camera",
      "icons": [
        {
          "src": "/icons/camera-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View your meal and glucose reading history",
      "url": "/history",
      "icons": [
        {
          "src": "/icons/history-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.foodtracker.app",
      "id": "com.foodtracker.app"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "scope_extensions": [],
  "protocol_handlers": [
    {
      "protocol": "web+foodtracker",
      "url": "/?data=%s"
    }
  ]
}