Simple Bookmarks Tree

Simple Bookmarks Tree
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Bookmarks Tree",
  "version": "1.2resigned1",
  "description": "Simple Bookmarks Tree",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon19.png",
    "default_title": "Simple Bookmarks Tree",
    "default_popup": "bpopup.html"
  },
  "web_accessible_resources": [
    "img/icon19on.png",
    "img/icon19off.png"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "bookmarks",
    "sessions",
    "<all_urls>",
    "tabs"
  ]
}