Following Bookmarks

Following Bookmarks

Automatically updates bookmarks so that they follow your reading (when you click the starburst).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Following Bookmarks",
  "version": "0.4",
  "description": "Automatically updates bookmarks so that they follow your reading (when you click the starburst).",
  "manifest_version": 2,
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "page_action": {
    "bugfix86449": ""
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}