{
  "name": "Mon Bureau",
  "short_name": "Bureau",
  "description": "Mon bureau d'applications personnel — Couche 4",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eef4f0",
  "theme_color": "#2d6a4f",
  "lang": "fr",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle tâche",
      "short_name": "Tâches",
      "url": "./index.html#ouvrir=taches"
    },
    {
      "name": "Voir la veille",
      "short_name": "Veille",
      "url": "./index.html#ouvrir=veille"
    },
    {
      "name": "VélôToulouse",
      "short_name": "Vélo",
      "url": "./index.html#ouvrir=velo"
    }
  ]
}
