Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}