Serpstat Website SEO Checker

Serpstat Website SEO Checker

Instantly check your website's SEO, analyze competitors and get advantage of powerful search analytics in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.0.1",
  "name": "Serpstat Website SEO Checker",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "author": "Serpstat <[email protected]>",
  "action": {
    "default_title": "Serpstat",
    "default_popup": "popup.html",
    "default_icon": "img/1.png"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject.html",
        "js/contentScript.bundle.js",
        "css/inject-styles.css"
      ],
      "matches": [],
      "extension_ids": []
    }
  ],
  "background": {
    "service_worker": "/js/background.bundle.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/contentScript.bundle.js"
      ],
      "css": [
        "css/inject-styles.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting"
  ]
}