{
  "name": "Superscan - Assistant Shopping IA",
  "short_name": "Superscan",
  "description": "L'IA qui te guide vers le bon produit, compare les meilleures offres et analyse les avis à ta place",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/superscan-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": [
    "shopping",
    "utilities"
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Scanner",
      "short_name": "Scan",
      "description": "Scanner un code-barres",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "/icon-scan.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Rechercher",
      "short_name": "Recherche",
      "description": "Rechercher un produit",
      "url": "/?action=search",
      "icons": [
        {
          "src": "/icon-search.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}