Still Want these Bookmarks?

Still Want these Bookmarks?

Randomly show some bookmarks, remind you that do you still want them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Still Want These Bookmarks?",
  "short_name": "Still want?",
  "version": "0.3.0",
  "description": "Randomly show some bookmarks, remind you that do you still want them.",
  "author": "sinofp",
  "homepage_url": "https://github.com/sinofp/stillwant",
  "icons": {
    "32": "icons/bone-32.png",
    "128": "icons/bone-128.png"
  },
  "permissions": [
    "activeTab",
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/bone-32.png",
    "default_title": "Still want?",
    "default_popup": "popup/choose_bookmark.html"
  }
}