From 6e90d12ee975732a44f063c1988aed13adf271a1 Mon Sep 17 00:00:00 2001 From: Dome Date: Tue, 29 Jul 2025 23:47:07 +0200 Subject: [PATCH] Create metadata_modern.json.in --- metadata_modern.json.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 metadata_modern.json.in diff --git a/metadata_modern.json.in b/metadata_modern.json.in new file mode 100644 index 0000000..8c3f53b --- /dev/null +++ b/metadata_modern.json.in @@ -0,0 +1,16 @@ +{ + "uuid": "__UUID__", + "name": "Simple Tiling", + "description": "A Simple Tiling Extension for Gnome Shell.", + "version": __VERSION__, + "shell-version": [ + "45", + "46", + "47", + "48" + ], + "settings-schema": "org.gnome.shell.extensions.simple-tiling.domoel", + "preferences_ui": "prefs.js", + "url": "https://github.com/Domoel/Simple-Tiling", + "gettext-domain": "__UUID__" +}