{
  "name": "Sprout - Your vegan buddy",
  "short_name": "Sprout",
  "description": "Produkt scannen, sofort wissen ob es vegan ist.",
  "lang": "de",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5ead8",
  "theme_color": "#f5ead8",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scannen",
      "short_name": "Scannen",
      "description": "Kamera direkt öffnen",
      "url": "/scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Regalscan",
      "short_name": "Regal",
      "description": "Mehrere Produkte nebeneinander prüfen",
      "url": "/scan?shelf=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
