diff --git a/metadata.json b/metadata.json deleted file mode 100644 index 5364020..0000000 --- a/metadata.json +++ /dev/null @@ -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" -} diff --git a/metadata_legacy.json.in b/metadata_legacy.json.in new file mode 100644 index 0000000..97d3a84 --- /dev/null +++ b/metadata_legacy.json.in @@ -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__" +}