Inspect and view changes in ScoutTab: Organize your tabs 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": "ScoutTab: Organize your tabs",
"version": "0.0.2.9",
"homepage_url": "https://tab.aviparshan.com/",
"description": "Organize and Manage your Browser Tabs Effortlessly.",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "ScoutTab",
"default_popup": "popup.html"
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "js/background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Y",
"windows": "Alt+Y",
"mac": "Command+Y",
"chromeos": "Alt+Y",
"linux": "Alt+Y"
}
}
},
"options_page": "options.html",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}