Inspect and view changes in ToolsTab 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": 3,
"name": "ToolsTab",
"version": "1.10",
"description": "Minimal and responsive browser startpage with useful tools.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"chrome_settings_overrides": {
"homepage": "index.html"
},
"action": {
"default_popup": "extension-popup/popup.html",
"default_icon": {
"128": "assets/icons/icon.png"
}
},
"icons": {
"128": "assets/icons/icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "antoniopelusi2000@gmail.com"
}
}
}