Create metadata_enterprise.json.in

This commit is contained in:
2025-10-01 09:42:47 +02:00
committed by GitHub
parent fd174e084e
commit ba04453c65
+13
View File
@@ -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__"
}