Word of the Tab

Word of the Tab

A chrome new tab extension that displays a random Spanish word and its translation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Word of the Tab",
  "description": "A chrome new tab extension that displays a random Spanish word and its translation",
  "version": "1.0.0",
  "chrome_url_overrides": {
    "newtab": "spanTab.html"
  },
  "options_ui": {
    "page": "optionsPage.html",
    "chrome_style": true
  },
  "icons": {
    "128": "images/ext-icon.png"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}