Website SEO Checker: Free Audit & Analysis

Website SEO Checker: Free Audit & Analysis

Get free on-page SEO report with the best website SEO checker. Use SEO analysis to do audit for the most valuable pages at first.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Website SEO Checker: Free Audit & Analysis",
  "short_name": "SiteChecker.pro",
  "description": "Get free on-page SEO report with the best website SEO checker. Use SEO analysis to do audit for the most valuable pages at first.",
  "version": "3.3.1",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/page_scripts.js"
      ],
      "css": [
        "css/page_style.min.css"
      ]
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "default_title": "Check URL for SEO issues!",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": "script-src 'self'; style-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "style/page_style.min.css",
        "script/page_scripts.js",
        "images/logo.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}