{
  "name": "Pizzeria - Beställningar",
  "short_name": "Pizzeria",
  "description": "Beställ dina favoritpizzor. Snabbt, enkelt och alltid färskt!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#dc143c",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "sv",
  "categories": ["food", "business"],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Ny beställning",
      "short_name": "Beställ",
      "description": "Gör en ny pizzabeställning",
      "url": "/booking",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}