Tom's Hardware UK - My Threads

Tom's Hardware UK - My Threads

This extension will notify you of new messages and responses on the Tom’s Hardware forums.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tom's Hardware UK - My Threads",
  "version": "0.2.0.1",
  "description": "__MSG_extShortDesc__",
  "background": {
    "page": "bg.html"
  },
  "options_page": "options.html",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "128.png",
    "badge": ""
  },
  "icons": {
    "128": "128.png"
  },
  "web_accessible_resources": [
    "128.png"
  ],
  "permissions": [
    "tabs",
    "contextMenus",
    "notifications",
    "http://www.tomshardware.co.uk/"
  ]
}