diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 09:16:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 09:16:20 +0000 |
commit | 9a4c1658fa12e463e9fc6c5720007c03e70c23d9 (patch) | |
tree | 87178c5463e34efb0b3847e0559011ec7d49d8e2 /extensions/44/vertical-workspaces/metadata.json | |
parent | Initial commit. (diff) | |
download | gnome-shell-extensions-extra-9a4c1658fa12e463e9fc6c5720007c03e70c23d9.tar.xz gnome-shell-extensions-extra-9a4c1658fa12e463e9fc6c5720007c03e70c23d9.zip |
Adding upstream version 20231210.upstream/20231210
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | extensions/44/vertical-workspaces/metadata.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extensions/44/vertical-workspaces/metadata.json b/extensions/44/vertical-workspaces/metadata.json new file mode 100644 index 0000000..fa62b14 --- /dev/null +++ b/extensions/44/vertical-workspaces/metadata.json @@ -0,0 +1,22 @@ +{ + "name": "V-Shell (Vertical Workspaces)", + "uuid": "vertical-workspaces@G-dH.github.com", + "description": "Customize your GNOME Shell UX to suit your workflow, whether you like horizontally or vertically stacked workspaces.", + "shell-version": [ + "42", + "43", + "44" + ], + "session-modes": [ + "user", + "unlock-dialog" + ], + "url": "https://github.com/G-dH/vertical-workspaces", + "donations": { + "buymeacoffee": "georgdh" + }, + "gettext-domain": "vertical-workspaces", + "settings-schema": "org.gnome.shell.extensions.vertical-workspaces", + "version-name": "44.10" +} + |