{
  "name": "PICASSO — GOVA",
  "short_name": "PICASSO",
  "description": "Application de terrain PICASSO : réception, logistique, self-service employé et boutique.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F2EC",
  "theme_color": "#0E0E10",
  "lang": "fr",
  "dir": "auto",
  "categories": ["business", "productivity", "shopping"],
  "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/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Recevoir", "short_name": "Recevoir", "url": "./index.html#recv" },
    { "name": "Boutique", "short_name": "Boutique", "url": "./index.html#shop" }
  ]
}
