{
  "name": "Check-Veg",
  "short_name": "Check-Veg",
  "description": "Snap any food label — get an instant vegan/vegetarian verdict plus an honest European Nutri-Score. Everything runs in your browser.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "lang": "en",
  "dir": "auto",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f6f8f4",
  "theme_color": "#2e7d4f",
  "categories": ["food", "health", "utilities"],
  "icons": [
    {
      "src": "images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "images/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan a label",
      "short_name": "Scan",
      "description": "Open the camera to scan a food label",
      "url": "/#input-panel",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Paste ingredients",
      "short_name": "Analyze",
      "description": "Paste raw ingredient text for analysis",
      "url": "/#input-panel",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
