Easy Private Bookmarks

Easy Private Bookmarks

Easiest way to create and manage password secured bookmarks. Open-source so you can trust.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "Easy Private Bookmarks",
    "default_icon": "logo.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "description": "Easiest way to create and manage password secured bookmarks. Open-source so you can trust.",
  "incognito": "split",
  "manifest_version": 3,
  "name": "Easy Private Bookmarks",
  "options_page": "src/options/index.html",
  "permissions": [
    "storage",
    "bookmarks",
    "activeTab"
  ],
  "version": "2.1.0"
}