My Dictionary

My Dictionary

Look up any Wiktionary word in Cherokee, Inuktitut, Kartuli, Cree an inline frame with a simple click and without leaving the page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Dictionary",
  "version": "2.44.2",
  "manifest_version": 2,
  "description": "Look up any Wiktionary word in Cherokee, Inuktitut, Kartuli, Cree an inline frame with a simple click and without leaving the page.",
  "icons": {
    "128": "img/icon.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "frame.css"
      ],
      "js": [
        "lookup.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "http://*.wiktionary.org/",
    "http://*.wikimedia.org/",
    "http://*.wikipedia.org/",
    "http://www.ethnologue.com/"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "img/back.png",
    "img/gradient_down.png",
    "img/handle.png",
    "img/loader.gif",
    "img/external.png",
    "img/gradient_up.png",
    "img/icon.png",
    "img/ic_action_headphones.png",
    "img/ic_action_camera.png"
  ]
}