{
  "name": "SPVSV Dispos",
  "short_name": "SPVSV",
  "description": "Application de gestion des disponibilités SPV Villars-sur-Var",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#7b0000",
  "theme_color": "#7b0000",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  
"shortcuts": [
  {
    "name": "Mes dispos",
    "short_name": "Dispos",
    "url": "/index.php",
    "icons": [
      {
        "src": "/icons/icon-192.png",
        "sizes": "192x192",
        "type": "image/png"
      }
    ]
  },
  {
    "name": "Planning",
    "short_name": "Planning",
    "url": "/planning.php",
    "icons": [
      {
        "src": "/icons/icon-192.png",
        "sizes": "192x192",
        "type": "image/png"
      }
    ]
  }
  
]
}