From 1ebbc0d025b830f3c3f8d0661ddd1805e052366d Mon Sep 17 00:00:00 2001 From: Tiago de Paula Date: Sat, 7 Mar 2026 23:04:05 -0300 Subject: [PATCH] Add support for GNOME 50 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index be40cc7..e867ec0 100644 --- a/metadata.json +++ b/metadata.json @@ -7,7 +7,7 @@ "gettext-domain": "CoverflowAltTab@palatis.blogspot.com", "name": "Coverflow Alt-Tab", "settings-schema": "org.gnome.shell.extensions.coverflowalttab", - "shell-version": ["49"], + "shell-version": ["49", "50"], "uuid": "CoverflowAltTab@palatis.blogspot.com", "description": "Replacement of Alt-Tab, iterates through windows in a cover-flow manner.", "url": "https://github.com/dsheeler/CoverflowAltTab"