Cantonese Popup Dictionary

Cantonese Popup Dictionary

Cantonese-English pop-up dictionary for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "data.js",
      "cperapera.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/toolbar-disabled.png",
    "default_title": "Cantonese Popup Dictionary"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "cperacontent.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Cantonese-English pop-up dictionary for Chrome",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Cantonese Popup Dictionary",
  "permissions": [
    "tabs",
    "http://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.3",
  "web_accessible_resources": [
    "css/*",
    "cperacontent.js",
    "images/*"
  ]
}