From 95adc58417fc07c2f13f1b7f997baa14dc587f5c Mon Sep 17 00:00:00 2001 From: raphaelian-dev <130076055+raphaelian-dev@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:48:27 +0100 Subject: [PATCH] Add support for shell version 49 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index a187725..eae0f1e 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "name": "Overview Hover", "description": "Hover over a window in overview mode to make it active", "shell-version": [ - "45", "46", "47" + "45", "46", "47", "49" ], "url": "https://github.com/mattdavis90/overview-hover" }