OneKey

OneKey

Multi-Chain Support for BTC, ETH, BNB, NEAR & other Layer2 Networks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "4.23.0",
  "name": "OneKey",
  "description": "Multi-Chain Support for BTC, ETH, BNB, NEAR & other Layer2 Networks",
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png"
      ],
      "matches": []
    },
    {
      "resources": [
        "icon-128-disable.png"
      ],
      "matches": []
    },
    {
      "resources": [
        "injected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "minimum_chrome_version": "111",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+O",
        "mac": "Alt+Shift+O",
        "windows": "Alt+Shift+O",
        "chromeos": "Alt+Shift+O",
        "linux": "Alt+Shift+O"
      }
    }
  },
  "author": "https://www.onekey.so",
  "action": {
    "default_icon": {
      "128": "icon-128.png"
    },
    "default_title": "OneKey",
    "default_popup": "ui-popup.html"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_security_policy": {
    "extension_pages": "    script-src 'self' 'wasm-unsafe-eval'   ;    object-src 'self';    "
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "exclude_matches": [],
      "js": [
        "content-script.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "injectImmediate": true,
      "injectInto": "content"
    },
    {
      "world": "MAIN",
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "exclude_matches": [],
      "js": [
        "injected.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "offscreen",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}