Bump version

This commit is contained in:
Kevin R
2025-12-07 21:37:03 +01:00
parent 7c8d6b0eee
commit dc23257632

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "ClearURLs", "name": "ClearURLs",
"version": "1.27.3", "version": "1.28.0",
"author": "Kevin Roebert", "author": "Kevin Roebert",
"description": "__MSG_extension_description__", "description": "__MSG_extension_description__",
"homepage_url": "https://docs.clearurls.xyz", "homepage_url": "https://docs.clearurls.xyz",
@@ -270,18 +270,18 @@
"*://*.google.co.zw/*", "*://*.google.co.zw/*",
"*://*.google.cat/*" "*://*.google.cat/*"
], ],
"include_globs": [ "include_globs": [
"http?://www.google.*/", "http?://www.google.*/",
"http?://www.google.*/#hl=*", "http?://www.google.*/#hl=*",
"http?://www.google.*/search*", "http?://www.google.*/search*",
"http?://www.google.*/webhp?hl=*", "http?://www.google.*/webhp?hl=*",
"https://encrypted.google.*/", "https://encrypted.google.*/",
"https://encrypted.google.*/#hl=*", "https://encrypted.google.*/#hl=*",
"https://encrypted.google.*/search*", "https://encrypted.google.*/search*",
"https://encrypted.google.*/webhp?hl=*", "https://encrypted.google.*/webhp?hl=*",
"http?://ipv6.google.com/", "http?://ipv6.google.com/",
"http?://ipv6.google.com/search*" "http?://ipv6.google.com/search*"
], ],
"js": [ "js": [
"core_js/google_link_fix.js" "core_js/google_link_fix.js"
], ],
@@ -303,4 +303,4 @@
"options_ui": { "options_ui": {
"page": "html/settings.html" "page": "html/settings.html"
} }
} }