This reverts commit 0b7c3e3dbb.
Pushed by mistake, and we actually want the alternate-tab extension,
just in a different form.
12 lines
392 B
JSON
12 lines
392 B
JSON
{
|
|
"extension-id": "@extension_id@",
|
|
"uuid": "@uuid@",
|
|
"settings-schema": "@gschemaname@",
|
|
"gettext-domain": "@gettext_domain@",
|
|
"name": "AlternateTab",
|
|
"description": "A replacement for Alt-Tab, allows to cycle between windows and does not group by application",
|
|
"original-authors": [ "jw@bargsten.org", "thomas.bouffon@gmail.com" ],
|
|
"shell-version": [ "@shell_current@" ],
|
|
"url": "@url@"
|
|
}
|