{
  "name": "Hôtesse Heineken - Champions League",
  "short_name": "Heineken Hôtesse",
  "description": "Application mobile pour les hôtes Heineken Champions League",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#014035",
  "theme_color": "#12561B",
  "orientation": "portrait",
  "scope": "./",
  "lang": "fr",
  "icons": [
    {
      "src": "./images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Nouvelle vente",
      "short_name": "Vente",
      "description": "Démarrer une nouvelle vente",
      "url": "./?action=sale",
      "icons": [
        {
          "src": "./images/logo.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Statistiques",
      "short_name": "Stats",
      "description": "Voir les statistiques",
      "url": "./?action=stats",
      "icons": [
        {
          "src": "./images/icon-96-stats.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "./images/logo.png",
      "sizes": "320x568",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Application Hôtesse Heineken"
    }
  ]
}