{
  "short_name": "Où ça file",
  "name": "Où ça file ?",
  "description": "Prépare tes courses. Scanne ton ticket. Découvre où ça file.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0f766e",
  "background_color": "#f1fbf8",
  "shortcuts": [
    {
      "name": "Mes cartes",
      "short_name": "Cartes",
      "description": "Ouvrir les cartes de fidélité en magasin.",
      "url": "/cards",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scanner un ticket",
      "short_name": "Scanner",
      "description": "Scanner ou importer un ticket de caisse.",
      "url": "/scan",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Liste de courses",
      "short_name": "Listes",
      "description": "Ouvrir les listes de courses hors ligne.",
      "url": "/lists",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "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"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
