Votab

Votab

Learn a new vocab word each time you open a 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": "Votab",
  "author": "Selina Wang",
  "version": "0.0.0.4",
  "description": "Learn a new vocab word each time you open a tab!",
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://query.yahooapis.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "votab.html"
  },
  "icons": {
    "16": "Votab16.png",
    "48": "Votab48.png",
    "128": "Votab128.png"
  },
  "short_name": "votab"
}