Inspect and view changes in Bookmark Hero source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Bookmark Hero",
"version": "1.4.5",
"description": "Capture your bookmark with screenshot. Quick search your bookmark, auto-tag and much more..",
"permissions": [
"bookmarks",
"tabs",
"unlimitedStorage",
"storage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "assets/icons/bookmark.png",
"48": "assets/icons/bookmark.png",
"128": "assets/icons/bookmark.png"
}
},
"icons": {
"16": "assets/icons/bookmark.png",
"48": "assets/icons/bookmark.png",
"128": "assets/icons/bookmark.png"
},
"background": {
"service_worker": "background.js"
}
}