Bookmarks Reorderer

Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

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 Reorderer",
  "version": "2.0.1",
  "description": "Moves created bookmarks to the top of their folder.",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "homepage_url": "https://googledrive.com/host/0B9_ds1FPyRuZYTFDeE1SNHdPc0E/",
  "offline_enabled": true,
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "options_page": "options.html"
}