LnkChkr

LnkChkr

Quickly and easily check your bookmarks and pasted links for broken or dead links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "LnkChkr",
  "version": "1.0",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "permissions": [
    "bookmarks",
    "sidePanel"
  ],
  "action": {
    "default_title": "Click to open sidebar"
  },
  "background": {
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "side_panel.html"
  },
  "description": "Quickly and easily check your bookmarks and pasted links for broken or dead links.",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}