Duplicate bookmarks remover

Duplicate bookmarks remover

Removes duplicate bookmarks. Minimum permissions!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "1.0",
  "permissions": [
    "bookmarks"
  ],
  "icons": {
    "16": "images/icon/delete_16.png",
    "32": "images/icon/delete_32.png",
    "48": "images/icon/delete_64.png",
    "128": "images/icon/delete_128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_title": "Removes duplicate bookmarks",
    "default_popup": "popup.html",
    "default_icon": "images/icon/delete_32.png"
  },
  "manifest_version": 2,
  "commands": {}
}