Wall Street English Assistant

Wall Street English Assistant

Fix issue of JRE environment check for english@nytime

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wall Street English Assistant",
  "description": "Fix issue of JRE environment check for english@nytime",
  "version": "0.1",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.wsistudents.com/*"
      ],
      "js": [
        "src/inject/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "http://www.wsistudents.com/*"
  ]
}