Inspect and view changes in Backrooms Tab Manager 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": "Backrooms Tab Manager",
"version": "1.0.2",
"description": "Your abandoned tabs vanish into the backrooms. They're still there, somewhere, in the endless hallways...",
"permissions": [
"tabs",
"storage",
"notifications",
"alarms"
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{c70dad95-e512-43d5-afb2-89c978655ef7}",
"strict_min_version": "121.0"
}
}
}