{
  "name": "Facture Vente",
  "short_name": "Facture",
  "description": "Point de Vente & Facturation pour commerces",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#59B224",
  "background_color": "#ffffff",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle vente",
      "short_name": "Vendre",
      "url": "/merchant/invoices/new"
    },
    {
      "name": "Mes factures",
      "url": "/merchant/invoices"
    }
  ]
}
