Neater Bookmarks

Neater Bookmarks

A neater bookmarks tree popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.9.7.1",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "chrome://favicon/",
    "bookmarks",
    "tabs"
  ],
  "minimum_chrome_version": "9",
  "default_locale": "en",
  "omnibox": {
    "keyword": "*"
  }
}