Update for new GNOME Shell release
Mark that all published extensions support 2.91.6
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"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": [ "2.91.5" ]
|
||||
"shell-version": [ "2.91.5", "2.91.6" ]
|
||||
}
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
{"uuid": "example@gnome-shell-extensions.gnome.org", "name": "Hello, World!", "description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.", "shell-version": [ "2.91.5" ]}
|
||||
{
|
||||
"uuid": "example@gnome-shell-extensions.gnome.org",
|
||||
"name": "Hello, World!",
|
||||
"description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
|
||||
"shell-version": [ "2.91.6" ]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"shell-version": ["2.91.5"],
|
||||
"shell-version": ["2.91.5", "2.91.6"],
|
||||
"uuid": "windowsNavigator@gnome-shell-extensions.gnome.org",
|
||||
"original-author": "zaspire@rambler.ru",
|
||||
"name": "windowNavigator",
|
||||
"description": "Allow keyboard selection of windows and workspaces in overlay mode"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"uuid": "xrandr-indicator@gnome-shell-extensions.gnome.org",
|
||||
"name": "Monitor Status Indicator",
|
||||
"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)"
|
||||
"shell-version": [ "2.91.5" ]
|
||||
"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)",
|
||||
"shell-version": [ "2.91.5", "2.91.6" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user