Academic Word List

Academic Word List

Revising the Academic Word List each time opening a new Chrome tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Academic Word List",
  "description": "Revising the Academic Word List each time opening a new Chrome tab.",
  "version": "1.0.4",
  "browser_action": {
    "default_icon": {
      "16": "/public/iconx16.png",
      "48": "/public/iconx48.png",
      "128": "/public/icon.png"
    },
    "default_popup": "option.html"
  },
  "homepage_url": "https://chrome.google.com/webstore/detail/570-academic-word-list/jljehabaedafdnceghbogphpdllpnbhf?hl=en&authuser=1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}