From dc2325763269b97919ab551666766480176bc961 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Sun, 7 Dec 2025 21:37:03 +0100 Subject: [PATCH] Bump version --- manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 458f130..eebe47f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.27.3", + "version": "1.28.0", "author": "Kevin Roebert", "description": "__MSG_extension_description__", "homepage_url": "https://docs.clearurls.xyz", @@ -270,18 +270,18 @@ "*://*.google.co.zw/*", "*://*.google.cat/*" ], - "include_globs": [ - "http?://www.google.*/", + "include_globs": [ + "http?://www.google.*/", "http?://www.google.*/#hl=*", - "http?://www.google.*/search*", + "http?://www.google.*/search*", "http?://www.google.*/webhp?hl=*", - "https://encrypted.google.*/", + "https://encrypted.google.*/", "https://encrypted.google.*/#hl=*", - "https://encrypted.google.*/search*", + "https://encrypted.google.*/search*", "https://encrypted.google.*/webhp?hl=*", - "http?://ipv6.google.com/", + "http?://ipv6.google.com/", "http?://ipv6.google.com/search*" - ], + ], "js": [ "core_js/google_link_fix.js" ], @@ -303,4 +303,4 @@ "options_ui": { "page": "html/settings.html" } -} +} \ No newline at end of file