commit a2f5eac28c52be79a38808c63998e57e8fd83be1 Author: Henry-Hiles Date: Sun Aug 10 11:24:08 2025 -0400 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..3382a77 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile. 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"] +}