Bookmarks Bar Switcher

Bookmarks Bar Switcher

Switch the bookmarks bar easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmarks Bar Switcher",
  "description": "Switch the bookmarks bar easily",
  "version": "2.1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Bookmarks Bar Switcher"
  },
  "background": {
    "scripts": [
      "Rx.min.js",
      "lib.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "bookmarks",
    "storage"
  ]
}