{
  "name": "Kit Churrasco do Rei",
  "short_name": "Churrasco do Rei",
  "description": "Kits de churrasco completos com entrega rápida em São Gonçalo e região.",
  "start_url": "/kits.php?utm_source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080a0d",
  "theme_color": "#ff5a36",
  "lang": "pt-BR",
  "scope": "/",
  "categories": [
    "food",
    "shopping"
  ],
  "icons": [
    {
      "src": "/img/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver Kits",
      "short_name": "Kits",
      "description": "Ver kits disponíveis",
      "url": "/kits.php?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/img/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Meu Carrinho",
      "short_name": "Carrinho",
      "description": "Ver meu carrinho",
      "url": "/carrinho.php?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/img/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "prefer_related_applications": false,
  "id": "/",
  "screenshots": [
    {
      "src": "/img/screenshot-kits.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Kits de Churrasco disponíveis"
    }
  ]
}