From ba04453c6514e5f386fce8786ccb8c2206b75076 Mon Sep 17 00:00:00 2001 From: Dome Date: Wed, 1 Oct 2025 09:42:47 +0200 Subject: [PATCH] Create metadata_enterprise.json.in --- metadata_enterprise.json.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 metadata_enterprise.json.in diff --git a/metadata_enterprise.json.in b/metadata_enterprise.json.in new file mode 100644 index 0000000..34ea066 --- /dev/null +++ b/metadata_enterprise.json.in @@ -0,0 +1,13 @@ +{ + "uuid": "__UUID__", + "name": "Simple Tiling", + "description": "A Simple Tiling Extension for Gnome Shell.", + "version": __VERSION__, + "shell-version": [ + "40" + ], + "settings-schema": "org.gnome.shell.extensions.simple-tiling.domoel", + "preferences_ui": "prefs.js", + "url": "https://github.com/Domoel/Simple-Tiling", + "gettext-domain": "__UUID__" +}