{
  "name": "Food Scanner",
  "short_name": "Scanner",
  "description": "Scan a UK supermarket barcode and get an honest answer against your own rules \u2014 offline, with the reason and the evidence.",
  "id": "food-scanner",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF6EC",
  "theme_color": "#2F8F4F",
  "categories": [
    "food",
    "health",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "./images/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-512-maskable.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}