{
  "name": "Sushi Supply Hamburg",
  "short_name": "Sushi Supply",
  "description": "Frisches Sushi to Go, Bowls & Delivery an 5 Standorten in Hamburg",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#192126",
  "theme_color": "#192126",
  "lang": "de",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Jetzt bestellen",
      "short_name": "Bestellen",
      "url": "/abholung/",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Men\u00fc ansehen",
      "short_name": "Men\u00fc",
      "url": "/menu/",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["food", "lifestyle"],
  "screenshots": [
    {
      "src": "/assets/img/hero-slide-1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg"
    }
  ]
}