{
  "name": "Ma Capsulothèque Nespresso",
  "short_name": "Capsulothèque",
  "description": "Identifiez vos capsules Nespresso d'un coup d'œil. Recherche, filtres, et scan caméra.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF6F0",
  "theme_color": "#2A1810",
  "lang": "fr",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scanner une capsule",
      "short_name": "Scanner",
      "description": "Identifier une capsule via l'appareil photo",
      "url": "./?action=scan",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
