{
  "name": "Il Forno del Borgo",
  "short_name": "Forno Borgo",
  "description": "Pane artigianale, biscotti e pasticceria dal 1969. Ordina online, consegna in tutta Italia.",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fdf6eb",
  "theme_color": "#3a2211",
  "orientation": "portrait-primary",
  "lang": "it",
  "dir": "ltr",
  "categories": [
    "food",
    "shopping"
  ],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Catalogo",
      "short_name": "Catalogo",
      "url": "/catalogo.html?source=pwa",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%23eec07b'/><text x='48' y='65' text-anchor='middle' font-size='52'>📦</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Carrello",
      "short_name": "Carrello",
      "url": "/carrello.html?source=pwa",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%23eec07b'/><text x='48' y='65' text-anchor='middle' font-size='52'>🛒</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Box Regalo",
      "short_name": "Box",
      "url": "/catalogo.html?tipo=box&source=pwa",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%23eec07b'/><text x='48' y='65' text-anchor='middle' font-size='52'>🎁</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}