{
  "name": "PreçoScout - Comparador de preços",
  "short_name": "PreçoScout",
  "description": "Compare ofertas entre marketplaces com fallback local em uma experiência mobile first.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "pt-BR",
  "dir": "ltr",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#f6f8f5",
  "theme_color": "#f6f8f5",
  "categories": ["shopping", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar ofertas",
      "short_name": "Buscar",
      "description": "Abrir a busca principal",
      "url": "/#buscar",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Favoritos",
      "short_name": "Salvos",
      "description": "Abrir ofertas favoritas",
      "url": "/favoritos/",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/splash/apple-splash-1170x2532.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
