Inspect and view changes in Save Tab 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",
"name": "Save Tab",
"version": "2.4.1",
"permissions": [
"storage",
"tabs",
"favicon"
],
"description": "Save tabs and group them so you an access them at a later time.",
"icons": {
"128": "icon128.png"
},
"action": {
"default_icon": "icon128.png",
"default_popup": "main.html"
},
"manifest_version": 3
}