{
  "name": "ERP MAJESTÉ PRESSE",
  "short_name": "COMPTABLE",
  "description": "Application de gestion professionnelle — MAJESTÉ PRESSE Imprimerie & Sérigraphie, Cotonou Bénin",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#D4AF37",
  "lang": "fr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "./icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle facture",
      "short_name": "Facture",
      "description": "Créer une nouvelle facture",
      "url": "./index.html#pg-inv",
      "icons": [{ "src": "./icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Nouvelle commande",
      "short_name": "Commande",
      "description": "Créer une nouvelle commande",
      "url": "./index.html#pg-orders",
      "icons": [{ "src": "./icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Caisse",
      "short_name": "Caisse",
      "description": "Ouvrir la caisse",
      "url": "./index.html#pg-caisse",
      "icons": [{ "src": "./icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
