{
  "name": "SortiesApp — Événements locaux",
  "short_name": "SortiesApp",
  "description": "Découvre les meilleurs événements et sorties près de chez toi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F6F2",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "categories": ["lifestyle", "entertainment", "social"],
  "lang": "fr",
  "shortcuts": [
    {
      "name": "Publier un événement",
      "short_name": "Publier",
      "url": "/publier"
    },
    {
      "name": "Carte des événements",
      "short_name": "Carte",
      "url": "/carte"
    }
  ]
}