{
  "name": "StakPass",
  "short_name": "StakPass",
  "description": "Plateforme de gestion et billetterie d'événements",
  "theme_color": "#7C3AED",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "lang": "fr-FR",
  "categories": [
    "productivity",
    "business",
    "social"
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Créer un événement",
      "short_name": "Créer",
      "description": "Créer un nouvel événement",
      "url": "/dashboard/events/create",
      "icons": [
        {
          "src": "/icons/shortcut-create.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mes événements",
      "short_name": "Événements",
      "description": "Voir mes événements",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-events.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}