New Word Tab

New Word Tab

Learn a word per new 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": "New Word Tab",
  "description": "Learn a word per new tab",
  "version": "1.6.0",
  "chrome_url_overrides": {
    "newtab": "./dist/newTab/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true,
    "chrome_style": false,
    "browser_style": false
  },
  "icons": {
    "16": "./assets/16.png",
    "32": "./assets/32.png",
    "48": "./assets/48.png",
    "128": "./assets/128.png"
  },
  "content_security_policy": "img-src * data:;object-src 'self';script-src 'self'"
}