ClearWebStats Site Report

ClearWebStats Site Report

A free SEO tool for webmasters to track and display web data from most websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ClearWebStats Site Report",
  "version": "1.3",
  "description": "A free SEO tool for webmasters to track and display web data from most websites. ",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs",
    "http://www.clearwebstats.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}