Update and rename metadata.json to metadata_legacy.json.in

This commit is contained in:
2025-07-29 23:46:47 +02:00
committed by GitHub
parent 1896d992d0
commit 717ef0b16b
2 changed files with 18 additions and 11 deletions
-11
View File
@@ -1,11 +0,0 @@
{
"uuid": "simple-tiling@domoel",
"name": "Simple Tiling",
"description": "A Simple Tiling Extension for Gnome Shell 3.38.",
"version": 6,
"shell-version": [ "3.38" ],
"settings-schema": "org.gnome.shell.extensions.simple-tiling.domoel",
"preferences_ui": "prefs.js",
"url": "https://github.com/Domoel/Simple-Tiling",
"gettext-domain": "simple-tiling-domoel"
}
+18
View File
@@ -0,0 +1,18 @@
{
"uuid": "__UUID__",
"name": "Simple Tiling",
"description": "A Simple Tiling Extension for Gnome Shell.",
"version": __VERSION__,
"shell-version": [
"3.38",
"40",
"41",
"42",
"43",
"44"
],
"settings-schema": "org.gnome.shell.extensions.simple-tiling.domoel",
"preferences_ui": "prefs.js",
"url": "https://github.com/Domoel/Simple-Tiling",
"gettext-domain": "__UUID__"
}