Blowfish Wallet Protect V2 BETA

Blowfish Wallet Protect V2 BETA

Blowfish API protection for injected web3 wallets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.33d6b020.png",
    "32": "icon32.plasmo.27afc861.png",
    "48": "icon48.plasmo.8ba71e59.png",
    "64": "icon64.plasmo.3309652e.png",
    "128": "icon128.plasmo.218fa34e.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.33d6b020.png",
      "32": "icon32.plasmo.27afc861.png",
      "48": "icon48.plasmo.8ba71e59.png",
      "64": "icon64.plasmo.3309652e.png",
      "128": "icon128.plasmo.218fa34e.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.12",
  "author": "Kim Persson",
  "name": "Blowfish Wallet Protect V2 BETA",
  "description": "Blowfish API protection for injected web3 wallets",
  "permissions": [
    "storage",
    "alarms",
    "tabs"
  ],
  "background": {
    "service_worker": "background.f3daaf77.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "blocklist.26135032.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject-scripts.65fbe202.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "window-messages.9a6df0fd.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "http://localhost:3001/*",
        "https://protect.blowfish.xyz/*"
      ],
      "js": [
        "portal.212fe384.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "proxy-window-evm.a5430696.js"
      ]
    }
  ]
}