{
  "name": "Cavarom",
  "short_name": "Cavarom",
  "description": "Votre registre de collection de rhums",
  "start_url": "/cave",
  "display": "standalone",
  "background_color": "#F8F5F0",
  "theme_color": "#BA7517",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Scanner une bouteille",
      "short_name": "Scanner",
      "description": "Identifier un rhum par son code-barres",
      "url": "/cave?action=scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ajouter un rhum",
      "short_name": "Ajouter",
      "description": "Ajouter une bouteille à votre cave",
      "url": "/cave?action=add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ma wishlist",
      "short_name": "Wishlist",
      "description": "Les rhums que vous convoitez",
      "url": "/cave?tab=wishlist",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/cave.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vue cave"
    }
  ],
  "categories": ["lifestyle", "food"],
  "lang": "fr"
}
