feature: support GNOME Shell version 47

Checked the source of 47.rc and tested in GNOME OS and there don't seem
to be any changes relevant to the functionality of this extension.
This commit is contained in:
June 2024-09-12 22:55:05 +02:00
parent 62fd014146
commit 07355dcf19
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
"name": "Top Bar Organizer", "name": "Top Bar Organizer",
"description": "Organize the items of the top (menu)bar.", "description": "Organize the items of the top (menu)bar.",
"version": 11, "version": 11,
"shell-version": [ "45", "46" ], "shell-version": [ "45", "46", "47" ],
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
"url": "https://gitlab.gnome.org/june/top-bar-organizer" "url": "https://gitlab.gnome.org/june/top-bar-organizer"
} }