Atomseo Broken and Redirect Links Checker

Atomseo Broken and Redirect Links Checker

Atomseo Broken and Redirect Links Checker scans your web pages, providing real-time insights about broken links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.0",
  "default_locale": "en",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_icon": "/img/icon.png"
  },
  "background": {
    "service_worker": "sw_background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/img/*",
        "/html/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "webRequest",
    "webNavigation",
    "activeTab",
    "tabs",
    "scripting",
    "storage"
  ]
}