{
  "name": "The Gluten Guy",
  "short_name": "Gluten Guy",
  "description": "Scan any barcode to instantly check if a product is gluten free.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2f7d4f",
  "background_color": "#fffbf2",
  "icons": [
    { "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["food", "health", "lifestyle", "shopping"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x1080",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scan a barcode and see the gluten verdict instantly"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The Gluten Guy scanner and price comparison"
    }
  ]
}
