Inspect and view changes in Tab Organizer - Workspaces 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",
"short_name": "WorkspaceOptimizer",
"name": "Tab Organizer - Workspaces",
"description": "Tab Organizer - Workspaces: Group tabs, save & restore, boost productivity. Ideal for students, researchers, and professionals.",
"version": "1.0.3",
"manifest_version": 3,
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "/index.html",
"default_icon": {
"16": "/images/favicon16.png",
"32": "/images/favicon32.png",
"48": "/images/favicon48.png",
"128": "/images/favicon128.png"
}
},
"icons": {
"16": "/images/favicon16.png",
"32": "/images/favicon32.png",
"48": "/images/favicon48.png",
"128": "/images/favicon128.png"
}
}