Bookmark Detector

Bookmark Detector

Detects and removes duplicate bookmark on add and shows a notification about it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bookmark Detector",
  "version": "0.1.2",
  "description": "Detects and removes duplicate bookmarks on add and shows a notification about it.",
  "permissions": [
    "bookmarks",
    "notifications"
  ],
  "icons": {
    "18": "icons/bd-on-18.png",
    "36": "icons/bd-on-36.png",
    "48": "icons/bd-on-48.png"
  },
  "browser_action": {
    "default_icon": {
      "18": "icons/bd-on-18.png",
      "36": "icons/bd-on-36.png",
      "48": "icons/bd-on-48.png"
    },
    "default_title": "ON - Bookmark Detector"
  },
  "background": {
    "scripts": [
      "bookdetect.js"
    ]
  }
}