FBS II : Fast Bookmark Scanner II

FBS II : Fast Bookmark Scanner II

Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FBS II : Fast Bookmark Scanner II",
  "short_name": "FBS II",
  "version": "2018.09.21.1630",
  "description": "Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.",
  "content_security_policy": "script-src 'self' https://www.gstatic.com  ; object-src 'self'",
  "icons": {
    "16": "icon-logo.png",
    "48": "icon-logo.png",
    "128": "icon-logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "bookmarks"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon-logo.png",
      "38": "icon-logo.png"
    }
  },
  "manifest_version": 2
}