English Vietnamese Dictionary

English Vietnamese Dictionary

Từ điển Anh - Việt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "English Vietnamese Dictionary",
  "description": "__MSG_extdescription__",
  "version": "1.2.4",
  "default_locale": "vi",
  "background": {
    "scripts": [
      "keycodes.min.js",
      "background.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "keycodes.min.js",
        "content_script.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "browser_action": {
    "default_icon": "icons/24x24icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "http://sv.machban.vn/",
    "notifications",
    "contextMenus",
    "desktopCapture",
    "http://xuanphuoc.vn/"
  ],
  "icons": {
    "16": "icons/24x24icon.png",
    "48": "icons/40x48icon.png"
  }
}