BKMRKS - Bookmarks

BKMRKS - Bookmarks

Sift though the bookmark clutter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BKMRKS - Bookmarks",
  "description": "Sift though the bookmark clutter",
  "version": "1.2.3",
  "permissions": [
    "storage",
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "offline_enabled": true
}