{
  "name": "BIN Search Lookup - Credit Card Verification",
  "short_name": "BIN Lookup",
  "description": "Free BIN/IIN lookup to verify credit cards. Detect prepaid, stolen, or disposable cards in real time and reduce fraud instantly.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#0066FF",
  "lang": "en",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  
  "screenshots": [
    {
      "src": "/img/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BIN Lookup Desktop View"
    },
    {
      "src": "/img/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BIN Lookup Mobile View"
    }
  ],
  
  "categories": [
    "finance",
    "utilities",
    "business",
    "productivity"
  ],
  
  "shortcuts": [
    {
      "name": "BIN Lookup",
      "short_name": "Lookup",
      "description": "Instantly verify credit card BIN numbers",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/img/shortcut-lookup.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "API Docs",
      "short_name": "Docs",
      "description": "View API documentation",
      "url": "/development/docs/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/img/shortcut-docs.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pricing",
      "short_name": "Plans",
      "description": "View pricing plans",
      "url": "/#pricing?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/img/shortcut-pricing.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  
  "related_applications": [],
  "prefer_related_applications": false,
  
  "iarc_rating_id": "",
  
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  
  "protocol_handlers": [
    {
      "protocol": "web+bin",
      "url": "/?bin=%s"
    }
  ]
}
