ויקי בעברית

ויקי בעברית

Hebrew WIKI - The ultimate wikipedia plugin for chrome users. You can search anything you like without go to wikipidia site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ויקי בעברית",
  "version": "1.1.3",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/script.js",
    "js/contentscript.js"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "htmls/popup.html"
  },
  "icons": {
    "16": "images/icon19.png",
    "48": "images/icon38.png",
    "128": "images/icon19.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "*://*/*",
    "<all_urls>"
  ]
}