BrogenLing - Broken Link Checker

BrogenLing - Broken Link Checker

BrogenLing is a Chrome extension that scans your webpages for broken links and gives you a report

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "BrogenLing - Broken Link Checker",
  "description": "BrogenLing is a Chrome extension that scans your webpages for broken links and gives you a report",
  "version": "1.03",
  "action": {
    "default_popup": "popup.html",
    "default_title": "BrogenLing - Scan your website for broken links"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  }
}