Inspect and view changes in Container Tabs Managers 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": "Container Tabs Manager",
"version": "1.0",
"description": "Manage your container tabs by closing and restoring them efficiently.",
"icons": {
"48": "icon.png"
},
"permissions": [
"tabs",
"storage",
"contextualIdentities"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_specific_settings": {
"gecko": {
"id": "{3e7c8eec-e20f-4431-af22-f196b4410e5f}"
}
}
}