Inspect and view changes in Bookmark Saver 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 Saver",
"short_name": "Save your bookmarks easily",
"version": "0.1.1",
"description": "Now you can save your bookmarks smartly and easily",
"author": "AJ Labs",
"icons": {
"16": "browser_action/assets/img/logo-bs.png",
"48": "browser_action/assets/img/logo-bs.png",
"128": "browser_action/assets/img/logo-bs.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage",
"tabs"
]
}