{
  "name": "Exoo Cloud",
  "short_name": "Exoo Cloud",
  "description": "Gérez votre infrastructure cloud Exoo",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f0ece6",
  "theme_color": "#2a2118",
  "lang": "fr",
  "icons": [
    {
      "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": "Mes services",
      "url": "./?tab=svcs",
      "description": "Voir mes services"
    },
    {
      "name": "Facturation",
      "url": "./?tab=invs",
      "description": "Voir mes factures"
    }
  ]
}