Esperanto Word Tabs

Esperanto Word Tabs

A simple extension that loads new words in every tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.4.0",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "homepage_url": "https://umonkey.us/articles/esperanto-word-tabs-browser-extension/",
  "author": "Nicholas Jensen",
  "icons": {
    "16": "app-icons/icon-16.png",
    "32": "app-icons/icon-32.png",
    "48": "app-icons/icon-48.png",
    "64": "app-icons/icon-64.png",
    "128": "app-icons/icon-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "geolocation"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "js/background-script.bundle.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "html/tab-page-index.html"
  },
  "browser_action": {
    "default_icon": "app-icons/icon-128.png",
    "default_title": "__MSG_extName__",
    "default_popup": "html/browser-action-index.html"
  }
}