Inspect and view changes in Bookmark using Tags 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
{
"manifest_version": 2,
"name": "Bookmarker",
"version": "1.0",
"description": "Easily bookmark websites with tags and descriptions, and sync with Firefox Sync.",
"icons": {
"48": "icons/icon-48.png"
},
"browser_specific_settings": {
"gecko": {
"id": "Bookmarker@test.com",
"strict_min_version": "57.0"
}
},
"permissions": [
"tabs",
"bookmarks",
"storage"
],
"browser_action": {
"default_icon": "icons/icon-48.png",
"default_popup": "popup.html"
}
}