{
  "name": "DajaraPay — Multi-currency wallet for Africa",
  "short_name": "DajaraPay",
  "id": "/?source=pwa",
  "description": "Cross-border payments and a multi-currency wallet built for African import/export traders.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#faf6ec",
  "theme_color": "#1f7a5e",
  "categories": ["finance", "business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "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": "Open wallet",
      "short_name": "Wallet",
      "description": "Jump into your multi-currency wallet",
      "url": "/wallet?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Pay with QR",
      "short_name": "Scan",
      "description": "Scan a QR code to pay",
      "url": "/scan?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My QR code",
      "short_name": "QR",
      "description": "Show your payment QR code",
      "url": "/qr?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
