{
  "name": "Azad Wallet — Secure Digital Payments",
  "short_name": "AzadWallet",
  "description": "NFC-powered digital wallet with PIN, passkey and biometric protection.",
  "start_url": "/dashboard?utm_source=pwa",
  "scope": "/",
  "id": "com.azadwallet",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a1a",
  "theme_color": "#0a0a1a",
  "lang": "fa",
  "dir": "auto",
  "categories": ["finance", "business", "productivity"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Wallet",
      "short_name": "Wallet",
      "url": "/wallet?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan / Pay",
      "short_name": "Pay",
      "url": "/dashboard?action=pay&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Card",
      "short_name": "Card",
      "url": "/card?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.azadwallet",
      "url": "https://play.google.com/store/apps/details?id=com.azadwallet"
    }
  ]
}
