Book Mark Viewer

Book Mark Viewer

View your bookmarks as an interactive connected Graph

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": " Book Mark Viewer",
  "version": "1.0",
  "description": "View your bookmarks as an interactive connected Graph",
  "permissions": [
    "bookmarks"
  ],
  "browser_action": {
    "default_title": "My Bookmarks",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}