{
  "name": "MATEC Wallet — ETS Yampa & Frères",
  "short_name": "MATEC Wallet",
  "description": "Portefeuille client MATEC — Commandes, Factures, Transactions Mobile Money",
  "start_url": "/my/matec-wallet",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D3D0D",
  "theme_color": "#1A6B1A",
  "lang": "fr",
  "dir": "ltr",
  "categories": [
    "finance",
    "utilities",
    "business"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/matec_yampa/static/src/img/matec_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/matec_yampa/static/src/img/matec_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/matec_yampa/static/src/img/matec_apple_touch_icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Mon Portefeuille",
      "short_name": "Wallet",
      "description": "Voir mon solde MATEC",
      "url": "/my/matec-wallet",
      "icons": [
        {
          "src": "/matec_yampa/static/src/img/matec_icon_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nouveau Dépôt",
      "short_name": "Dépôt",
      "description": "Effectuer un dépôt Mobile Money",
      "url": "/my/matec-wallet/deposit",
      "icons": [
        {
          "src": "/matec_yampa/static/src/img/matec_icon_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mes Commandes",
      "short_name": "Commandes",
      "description": "Voir mes commandes MATEC",
      "url": "/my/matec-orders",
      "icons": [
        {
          "src": "/matec_yampa/static/src/img/matec_icon_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mes Factures",
      "short_name": "Factures",
      "description": "Voir mes factures",
      "url": "/my/matec-invoices",
      "icons": [
        {
          "src": "/matec_yampa/static/src/img/matec_icon_192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/matec_yampa/static/src/img/screenshot_mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MATEC Wallet — Tableau de bord"
    },
    {
      "src": "/matec_yampa/static/src/img/screenshot_tablet.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MATEC Wallet sur tablette"
    }
  ]
}