Inspect and view changes in Tab flip for Tree Style Tab 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": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"version": "1.4.1",
"description": "__MSG_extensionDescription__",
"author": "Mélanie Chauvel (ariasuni)",
"homepage_url": "https://framagit.org/ariasuni/tst-tabflip",
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"toggle-feature": {
"suggested_key": {
"default": "Shift+F2"
}
}
},
"icons": {
"48": "icon.svg",
"96": "icon.svg"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "65.0"
}
}
}