This commit is contained in:
Henry Hiles 2025-08-12 17:22:44 -04:00
commit 63b065428b
No known key found for this signature in database
5 changed files with 12 additions and 12 deletions

View file

@ -1,19 +1,19 @@
{
"name": "auto-rotate",
"name": "fullscreen-rotate",
"version": "1.0.0",
"description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://git.federated.nexus/Henry-Hiles/auto-rotate.git"
"url": "git+https://git.federated.nexus/Henry-Hiles/fullscreen-rotate.git"
},
"author": "Henry Hiles",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://git.federated.nexus/Henry-Hiles/auto-rotate/issues"
"url": "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate/issues"
},
"homepage": "https://git.federated.nexus/Henry-Hiles/auto-rotate",
"homepage": "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate",
"devDependencies": {
"eslint": "^9.33.0",
"eslint-plugin-jsdoc": "^52.0.4",