{
  "name": "PRISCAM — Vérifier le prix d'un gros achat",
  "short_name": "PRISCAM",
  "description": "Vérifiez en un instant si un prix est juste ou frauduleux. Partagez n'importe quelle annonce vers PRISCAM pour l'analyser.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "fr-FR",
  "categories": ["shopping", "finance", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/analyze",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "shortcuts": [
    {
      "name": "Analyser un prix",
      "short_name": "Analyser",
      "url": "/analyze?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Installer sur le téléphone",
      "short_name": "Installer",
      "url": "/install",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
