YouGlish Lookup

YouGlish Lookup

Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YouGlish Lookup",
  "description": "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.",
  "version": "0.0.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "/img/16x16.png",
      "48": "/img/48x48.png",
      "128": "/img/128x128.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "/img/16x16.png",
    "48": "/img/48x48.png",
    "128": "/img/128x128.png"
  }
}