From 3080a173f21ffab77e74b14f4c09b497e606eac7 Mon Sep 17 00:00:00 2001
From: Josh <8677174+bijij@users.noreply.github.com>
Date: Fri, 1 Mar 2024 23:32:14 +1000
Subject: [PATCH] Add include_glob for new url format

---
 manifest.base.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/manifest.base.json b/manifest.base.json
index 05c923b..2cc0bac 100644
--- a/manifest.base.json
+++ b/manifest.base.json
@@ -1,7 +1,7 @@
 {
     "manifest_version": 3,
     "name": "__MSG_appName__",
-    "version": "5.0.2",
+    "version": "5.1.0",
     "description": "__MSG_appDesc__",
     "default_locale": "en",
     "icons": {
@@ -218,7 +218,8 @@
             ],
             "include_globs": [
                 "*tbm=isch*",
-                "*imgres?*"
+                "*imgres?*",
+                "*udm=2*"
             ]
         }
     ]