Word of The Hour

Word of The Hour

We share one vocabulary word every hour along with translations into French, German, Hindi, Italian, and Spanish.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Word of The Hour",
  "description": "We share one vocabulary word every hour along with translations into French, German, Hindi, Italian, and Spanish.",
  "version": "1.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://www.wordofthehour.org/"
  ]
}