From: Simon McVittie <smcv@debian.org>
Date: Sun, 17 Oct 2021 11:57:39 +0100
Subject: Declare compatibility with GNOME Shell 41, 42, 43

From some brief testing, this extension seems to be compatible without
further changes.

Bug-Debian: https://bugs.debian.org/996073
Bug-Debian: https://bugs.debian.org/1008559
Bug-Debian: https://bugs.debian.org/1018282
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://github.com/phocean/TopIcons-plus/pull/158
---
 metadata.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/metadata.json b/metadata.json
index 8a07918..1a4eb4b 100644
--- a/metadata.json
+++ b/metadata.json
@@ -3,7 +3,10 @@
   "name": "TopIcons Plus",
   "gettext-domain": "TopIcons-Plus",
   "shell-version": [
-    "40"
+    "40",
+    "41",
+    "42",
+    "43"
   ],
   "settings-schema": "org.gnome.shell.extensions.topicons",
   "url": "https://github.com/phocean/TopIcons-plus",
