From 989089e1cd9a7b10a32e58aac586122fe379dc32 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 10 Aug 2025 11:24:08 -0400 Subject: [PATCH] initial commit --- README.md | 0 metadata.json | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 README.md create mode 100644 metadata.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..83f7623 --- /dev/null +++ b/metadata.json @@ -0,0 +1,8 @@ +{ + "name": "Auto Rotate", + "description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.", + "uuid": "auto-rotate@henryhiles.com", + "url": "https://git.federated.nexus/Henry-Hiles/auto-rotate", + "settings-schema": "org.gnome.shell.extensions.auto-rotate", + "shell-version": ["48"] +}