{
  "name": "BURGZ Delivery",
  "short_name": "BURGZ",
  "description": "Peça seu hambúrguer favorito com entrega rápida e frete grátis!",
  "start_url": "/index.html?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#7AC943",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["food", "shopping"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/images/logo.webp", "sizes": "192x192", "type": "image/webp", "purpose": "any" },
    { "src": "/images/logo.webp", "sizes": "512x512", "type": "image/webp", "purpose": "any" },
    { "src": "/images/logo.webp", "sizes": "512x512", "type": "image/webp", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Ver Cardápio",
      "short_name": "Cardápio",
      "description": "Veja todos os combos e ofertas",
      "url": "/index.html#sec-mais-vendidos",
      "icons": [{ "src": "/images/logo.webp", "sizes": "96x96" }]
    },
    {
      "name": "Combos Especiais",
      "short_name": "Combos",
      "description": "Combos com preços especiais",
      "url": "/index.html#sec-combos",
      "icons": [{ "src": "/images/logo.webp", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/background.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "BURGZ Delivery — Cardápio"
    },
    {
      "src": "/images/background.webp",
      "sizes": "390x844",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "BURGZ Delivery — Mobile"
    }
  ]
}
