Abadis Dictionary And Translator

Abadis Dictionary And Translator

Online dictionary and translator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "3.3",
  "name": "Abadis Dictionary And Translator",
  "description": "Online dictionary and translator",
  "author": "MohammadJavad Taghavi",
  "manifest_version": 2,
  "options_page": "options.html",
  "homepage_url": "http://dictionary.abadis.ir",
  "browser_action": {
    "default_icon": "Skin/Icon.png",
    "default_popup": "MsWinTranslateWord.html",
    "default_title": "Abadis Dictionary"
  },
  "background": {
    "scripts": [
      "AbadisDic.js",
      "AbadisDicStorage.js",
      "AbadisDicLang.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "Skin/AbadisContent.css"
      ],
      "js": [
        "JQuery.js",
        "AbadisContent.js",
        "JQueryDrag.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "browsingData",
    "contextMenus",
    "windows",
    "notifications",
    "storage"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "Skin/Icon.png",
    "48": "Skin/Main.png",
    "128": "Skin/Main.png"
  },
  "web_accessible_resources": [
    "*"
  ]
}