Word Book

Word Book

Word Book is a dictionary chrome extension that helps you to search for different words meaning.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Word Book",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Word Book is a dictionary chrome extension that helps you to search for different words meaning.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/logo.png"
  },
  "icons": {
    "128": "images/logo.png"
  }
}