{
  "name": "Tiicketo - Billetterie en ligne",
  "short_name": "Tiicketo",
  "description": "La solution de billetterie idéale pour vos événements. Gérez vos événements, vendez vos billets et contrôlez l'accès facilement.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#CE1446",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo/ticketoIcon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "events"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Mes événements",
      "short_name": "Événements",
      "description": "Accéder à mes événements",
      "url": "/account/events",
      "icons": [
        {
          "src": "/images/logo/ticketoIcon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Vérification",
      "short_name": "Vérifier",
      "description": "Vérifier les billets",
      "url": "/account/check-in",
      "icons": [
        {
          "src": "/images/logo/ticketoIcon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
