{
  "name": "Moulay Sultan — Salle des fêtes",
  "short_name": "Moulay Sultan",
  "description": "Gestion de réservation — Salle Moulay Sultan",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F2EC",
  "theme_color": "#5C6B3A",
  "lang": "fr",
  "dir": "auto",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle réservation",
      "short_name": "Nouvelle",
      "url": "/reservations/new",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Calendrier",
      "short_name": "Agenda",
      "url": "/calendrier",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
