WordBuddy

WordBuddy

Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WordBuddy",
  "version": "1.0",
  "description": "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.",
  "permissions": [
    "<all_urls>",
    "tabs",
    "contextMenus",
    "http://mittermayr.com/",
    "storage"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "19.png",
      "38": "38.png"
    },
    "default_title": "Add words to WordBuddy",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}