WebToolHub

WebToolHub

Access free webmaster tools and other useful resources for analyzing or optimizing websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WebToolHub",
  "manifest_version": 2,
  "version": "2.0",
  "description": "Access free webmaster tools and other useful resources for analyzing or optimizing websites.",
  "short_name": "WTH",
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png"
  },
  "permissions": [
    "tabs"
  ]
}