{
  "name": "FBS Wallet - محفظة FBS",
  "short_name": "FBS Wallet",
  "description": "FBS Digital Wallet for payments, QR codes, NFC transactions, and money transfers",
  "start_url": "/#wallet",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/static/images/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/wallet-screenshot-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/images/wallet-screenshot-2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Money",
      "short_name": "Send",
      "description": "Send money to another user",
      "url": "/#wallet?action=send",
      "icons": [
        {
          "src": "/static/images/icon-send-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Scan QR code for payment",
      "url": "/#wallet?action=scan",
      "icons": [
        {
          "src": "/static/images/icon-qr-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My QR Code",
      "short_name": "My QR",
      "description": "Show my payment QR code",
      "url": "/#wallet?action=myqr",
      "icons": [
        {
          "src": "/static/images/icon-myqr-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Transaction History",
      "short_name": "History",
      "description": "View transaction history",
      "url": "/#wallet?tab=history",
      "icons": [
        {
          "src": "/static/images/icon-history-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  }
}
