{
  "name": "Matizi - Gestion d'événements",
  "short_name": "Matizi",
  "description": "Application de gestion d'événements pour la troupe circassienne Matizi",
  "start_url": "/index.html#/login",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Tableau de bord",
      "short_name": "Tableau de bord",
      "description": "Accéder au tableau de bord",
      "url": "/index.html#/dashboard",
      "icons": [
        {
          "src": "/images/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Calendrier",
      "short_name": "Calendrier",
      "description": "Consulter le calendrier",
      "url": "/index.html#/calendar",
      "icons": [
        {
          "src": "/images/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
