The Wordinary

The Wordinary

This plugin supports your education with over 10000 English words. You can learn new words with this plugin.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Wordinary",
  "description": "",
  "version": "2.5",
  "background": {
    "scripts": [
      "background.js",
      "jquery.min.js"
    ]
  },
  "permissions": [
    "notifications"
  ],
  "icons": {
    "16": "thewordinary.png",
    "48": "thewordinary.png",
    "128": "thewordinary.png"
  },
  "browser_action": {
    "default_icon": "thewordinary.png",
    "default_popup": "popup.html"
  }
}