Harbor - Crypto Wallet

Harbor - Crypto Wallet

The Gateway to Web3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Harbor - Crypto Wallet",
  "description": "The Gateway to Web3",
  "version": "1.33.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_title": "Harbor",
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+H",
        "mac": "Alt+Shift+H",
        "chromeos": "Alt+Shift+H",
        "linux": "Alt+Shift+H"
      },
      "description": "Opens Harbor App"
    }
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://*/*",
    "http://127.0.0.1/*",
    "http://localhost/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://127.0.0.1/*",
        "http://localhost/*"
      ],
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inpage.js",
        "inpage-update.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmp977JWyZDe1gIBxJMV2KpbZ/gG3vKBrJiytPq8uAJpuQsET6jLsvhZVjPvP6oRL7pA/5sm/6jNBVGN2hzvDnZDas8DGanvguEJAvRzMnD36ncx98Kt0owO1SzhFoeA5bDNc5qwT/TA/MjV/E/nfZcf+4LOVkG4OD8v5nA+9cxUTv3Xyv27oCrgvP6+ljex85wNSWp0V/7JF46E4eGtZMVbEIbo/U56UII32ZA4uU4/8Ta4HaNx0nxuhuolgP5A22RnThEeJSXFcyphMlySnB6Cw7qa/Xm887ZR9zpwYHCBWimvwf4ayhqbztYdOh6klWBUvx7kbKqZy1qgMkUloBQIDAQAB"
}