{
  "name": "Gate Zero - Ingredient Analysis",
  "short_name": "Gate Zero",
  "description": "Professional lab-level ingredient analysis platform. Facts. Not Advice.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00ff00",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "nutrition", "food", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gate Zero scanning interface on mobile"
    },
    {
      "src": "/screenshot-wide.png", 
      "sizes": "1024x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Gate Zero analysis results on tablet"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Scan",
      "short_name": "Scan",
      "description": "Start ingredient analysis immediately",
      "url": "/scan?quick=true",
      "icons": [
        {
          "src": "/shortcut-scan.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View History", 
      "short_name": "History",
      "description": "Review previous scans",
      "url": "/history",
      "icons": [
        {
          "src": "/shortcut-history.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}