Inspect and view changes in Workspace Launcher 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": 2,
"name": "Workspace Launcher",
"short_name": "Workspace Launcher",
"description": "Quickly Launch Custom Workspaces",
"version": "1.2",
"browser_action": {
"default_icon": {
"19": "assets/images/19.png",
"38": "assets/images/38.png"
},
"default_title": "Workspace Launcher",
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "assets/images/16.png",
"48": "assets/images/48.png",
"128": "assets/images/128.png"
},
"permissions": [
"tabs",
"storage"
]
}