{
  "id": "/",
  "name": "WHY NOT — Billetterie",
  "short_name": "WHY NOT",
  "description": "Votre passeport pour l'événement — La billetterie nouvelle génération pour les soirées, concerts et festivals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#A855F7",
  "background_color": "#030303",
  "lang": "fr",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/assets/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes billets",
      "short_name": "Billets",
      "description": "Accéder à mes billets",
      "url": "/tickets.html",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Scanner",
      "short_name": "Scanner",
      "description": "Scanner un billet",
      "url": "/scanner-app.html",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Mon profil",
      "short_name": "Profil",
      "description": "Voir mon profil",
      "url": "/profile.html",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/event.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "text": "id"
    }
  }
}
