{
  "name": "Le Planning",
  "short_name": "Le Planning",
  "description": "Planning de disponibilités et coordination pour une équipe Valorant.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#14151a",
  "theme_color": "#14151a",
  "lang": "fr",
  "icons": [
    { "src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dispos",
      "short_name": "Dispos",
      "description": "Voir et remplir mes disponibilités",
      "url": "/#vue=dispos",
      "icons": [{ "src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calendrier",
      "short_name": "Calendrier",
      "description": "Voir les événements à venir",
      "url": "/#vue=calendrier",
      "icons": [{ "src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Ouvrir le chat d'équipe",
      "url": "/#vue=chat",
      "icons": [{ "src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
