Inspect and view changes in tabs-switched-button 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
{
"description": "Tabs Switched",
"manifest_version": 2,
"name": "tabs-switched-button",
"version": "1.6resigned1",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Tab switches today",
"default_icon": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"96": "icon.png"
}
},
"permissions": [
"storage"
],
"displayKey": "tabsSwitched",
"browser_specific_settings": {
"gecko": {
"id": "{e9cc45d8-60c6-42aa-8d19-bf4458fb59d2}"
}
}
}