SEO Checker Tool - Get Free SEO Audit

SEO Checker Tool - Get Free SEO Audit

Analyze your on-page SEO in one click, get customized suggestions and improve your rankings. Use our SEO Checker Tool, it's free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.2.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "omnibox": {
    "keyword": "checker"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/img/icon128.png"
  },
  "icons": {
    "16": "/img/icon16.png",
    "32": "/img/icon32.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "manifest_version": 2
}