PageImprove by Semrush

PageImprove by Semrush

Bypass the bottleneck and make simple, reversible SEO changes with PageImprove.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PageImprove by Semrush",
  "version": "0.0.101",
  "description": "Bypass the bottleneck and make simple, reversible SEO changes with PageImprove.",
  "action": {
    "default_icon": {
      "16": "assets/icons/16-disabled.png",
      "32": "assets/icons/32-disabled.png",
      "48": "assets/icons/48-disabled.png",
      "128": "assets/icons/128-disabled.png"
    },
    "default_title": "Page Improve"
  },
  "icons": {
    "16": "assets/icons/16-active.png",
    "32": "assets/icons/32-active.png",
    "48": "assets/icons/48-active.png",
    "128": "assets/icons/128-active.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "contentPageRuntimeScript.js",
        "assets/fonts/Inter/Inter-Black.ttf",
        "assets/fonts/Inter/Inter-Bold.ttf",
        "assets/fonts/Inter/Inter-ExtraBold.ttf",
        "assets/fonts/Inter/Inter-ExtraLight.ttf",
        "assets/fonts/Inter/Inter-Light.ttf",
        "assets/fonts/Inter/Inter-Medium.ttf",
        "assets/fonts/Inter/Inter-SemiBold.ttf",
        "assets/fonts/Inter/Inter-Regular.ttf"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentInjector.js"
      ],
      "css": [
        "assets/fonts/include-font.css"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "contentPageRuntimeInjector.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "tabs"
  ]
}