Extensions that use public Shell API are expected to work for all stable 3.0 releases, so we skip setting the minor version. (This means that they'll work in 3.0.0 and 3.0.1 without rebuilding). Notably absent are auto-move-windows and windowsNavigator, that hook deep into Shell code and could be broken by next minor release.
10 lines
275 B
JSON
10 lines
275 B
JSON
{
|
|
"uuid": "@uuid@",
|
|
"name": "AlternateTab",
|
|
"description": "A replacement for Alt-Tab, allows to cycle between windows and does not group by application",
|
|
"original-author": "thomas.bouffon@gmail.com",
|
|
"shell-version": [ "3.0" ],
|
|
"localedir": "@LOCALEDIR@",
|
|
"url": "@url@"
|
|
}
|