English Hindi English Dictionary

English Hindi English Dictionary

Hindi Dictionary: English-Hindi-English Dictionary, get meaning of different English words in Hindi in easy and handy way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "default_locale": "en",
  "version": "1.24",
  "manifest_version": 2,
  "description": "__MSG_extDetail__",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "tracking.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icon-bitty.png",
    "48": "icon-small.png",
    "128": "icon-large.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.kodand.com/*",
        "*://amp.kodand.com/*",
        "*://mob.kodand.com/*"
      ],
      "js": [
        "kodand_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "tabs",
    "notifications",
    "gcm",
    "storage",
    "*://*/*",
    "contextMenus",
    "unlimitedStorage",
    "tts"
  ],
  "short_name": "__MSG_extShortName__",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}