{
  "name": "Enermoov Pro",
  "short_name": "Enermoov",
  "description": "Portail professionnel Enermoov : catalogue, tarifs remisés, proformas, factures et SAV.",
  "lang": "fr",
  "dir": "ltr",
  "start_url": "./index.html#/",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f5f5",
  "theme_color": "#233545",
  "categories": [
    "business",
    "shopping"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Catalogue",
      "url": "./index.html#/products"
    },
    {
      "name": "Panier",
      "url": "./index.html#/cart"
    },
    {
      "name": "Documents",
      "url": "./index.html#/orders"
    }
  ]
}