{
  "name": "BDL — لبدال",
  "short_name": "BDL",
  "description": "بدّل. حوّل. بسرعة — صرف وتحويلات عبر الحدود",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#071D49",
  "theme_color": "#071D49",
  "lang": "ar",
  "dir": "rtl",
  "categories": [
    "finance",
    "business"
  ],
  "icons": [
    {
      "src": "arkan-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "arkan-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "arkan-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "التسوية",
      "url": "./settlement.html",
      "icons": [
        {
          "src": "arkan-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "الأرشيف الذكي",
      "url": "./archive.html",
      "icons": [
        {
          "src": "arkan-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "receipts",
          "accept": [
            "image/*",
            "application/pdf"
          ]
        }
      ]
    }
  }
}