PumpX - Buy NFT Pay Later on Blur

PumpX - Buy NFT Pay Later on Blur

A multichain consumer liquidity protocol that pools together L2s liquidity to pump up NFT trading

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA17BBPpJ8BoIAmswB4yFkyopE10/mv6bTzCSTekEvdaiNdACvNLgPAA0l9kdjocB3hB178b+SJU1D2RT6pxmVOgv2mWWsq466OkvdQ89TfFlzQ6xjvb6Ld60P+bkN5CPpwq3axfjnAqjOqO8AyF0R6XLfBpWZZ37Ww6+Qmbn5vu9DoUmXpWzvTh5mPfeJTJMSzvm3xJhTORq9guNLVzjRED+OTtn145MAsZv01GpuR/OPUHjPgWGHEVedYuVVMGLUmwj0NSE+bBSee/LP7TjkD42kPbzEYeQDJIJ7iIpK9a1gW11PE4wQ1x0chP1S2jlWwTSmi+dETEN2X8AnWdj8fwIDAQAB",
  "name": "PumpX - Buy NFT Pay Later on Blur",
  "description": "A multichain consumer liquidity protocol that pools together L2s liquidity to pump up NFT trading",
  "version": "0.0.7",
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://blur.io/*"
      ],
      "js": [
        "vendor.js",
        "content-buttons.js"
      ],
      "world": "MAIN"
    }
  ],
  "host_permissions": [
    "https://blur.io/*",
    "https://core-api.prod.blur.io/*",
    "https://pumpx.io/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "*.otf"
      ],
      "matches": [
        "https://blur.io/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "externally_connectable": {
    "ids": [
      "nkbihfbeogaeaoehlefnkodbefgpgknn"
    ]
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}