BitEx Chinese Extension

BitEx Chinese Extension

Chinese dictionary - BitEx Chinese

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "2.1.1",
  "browser_action": {
    "default_icon": "./icon16.png",
    "default_popup": "./popup.html"
  },
  "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "./icon16.png",
    "128": "./icon128.png"
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "default_locale": "en",
  "permissions": [
    "contextMenus"
  ]
}