words.

words.

There are no uninteresting words; only uninterested people.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "words.",
  "version": "0.33",
  "background": {
    "page": "content/background.html"
  },
  "permissions": [
    "notifications",
    "http://*/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "homepage_url": "https://chrome.google.com/webstore/detail/eaabheapbodnjapjjhmgdkkgppadjgnf",
  "description": "There are no uninteresting words; only uninterested people.",
  "minimum_chrome_version": "17.0",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icons/icon-19.png",
    "default_title": "old word",
    "default_popup": "content/words.html"
  }
}