{
    "name": "Dorô Events",
    "short_name": "Dorô Events",
    "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": "/screenshots/mobile.png",
        "sizes": "390x844",
        "type": "image/png",
        "form_factor": "narrow"
      },
      {
        "src": "/screenshots/desktop.png",
        "sizes": "1920x1080",
        "type": "image/png",
        "form_factor": "wide"
      }
    ],
    "icons": [
      {
        "src": "/icons/icon-72-72.png",
        "sizes": "72x72",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/icon-96-96.png",
        "sizes": "96x96",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/icon-144-144.png",
        "sizes": "144x144",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/icon-192-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/icon-512-512.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": "/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" }]
      }
    ]
  }