Bookmarks Clean - Detect damaged bookmarks

Bookmarks Clean - Detect damaged bookmarks

Automatically find broken links and clean up your bookmarks

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_app_name_clean__",
  "description": "__MSG_app_description_clean__",
  "version": "1.1.1",
  "default_locale": "en",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "bookmarks",
    "history",
    "storage"
  ],
  "action": {
    "default_title": "__MSG_Detect_errors__"
  },
  "icons": {
    "32": "images/icon-clean-32.png",
    "64": "images/icon-clean-64.png",
    "128": "images/icon-clean-128.png",
    "256": "images/icon-clean-256.png"
  }
}