Remove All Bookmarks

Remove All Bookmarks

A browser action remove all your bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remove All Bookmarks",
  "version": "1.0",
  "description": "A browser action remove all your bookmarks.",
  "permissions": [
    "bookmarks"
  ],
  "browser_action": {
    "default_title": "Remove All Your Bookmarks",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}