SEO Website Review

SEO Website Review

SEO Tools & Website Review Analysis offer complete website report and show advice to your site issues to help your site rank higher.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SEO Website Review",
  "short_name": "SEO Website Review",
  "version": "1.3.5",
  "manifest_version": 2,
  "description": "SEO Tools & Website Review Analysis offer complete website report and show advice to your site issues to help your site rank higher.",
  "icons": {
    "16": "images/icon-16.png",
    "38": "images/icon-38.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*",
    "activeTab"
  ],
  "default_locale": "en",
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/jquery-2.1.4.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {}
}