From 191a4a58b268e027aeb3cc0628b6267ad70e7cb6 Mon Sep 17 00:00:00 2001 From: ImprovedTube Date: Wed, 29 Nov 2023 17:14:48 +0100 Subject: [PATCH] no age shaming users of old browsers might not use browser extensions or know what they are doing. if you fill in the blank, i can make another PR or commit like: `chrome.runtime.onInstalled.addListener(function(installed){if(installed.reason=='install'){if 116 > Number(navigator.userAgent.match(new RegExp(Chrome|Firefox + '/([0-9]+)'))){alert("[Just to make sure:] Some of our features might require chrome version 116+.... _______________________") }` ( - or rather add it precisely, when that feature is first enabled as indicated by its button or storage change.) --- chrome-extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index 8003c21..132f077 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -8,7 +8,7 @@ }, "version": "1.0", "permissions": ["webRequest", "tabs"], - "minimum_chrome_version": "116", + "minimum_chrome_version": "1", "content_scripts": [ { "matches": [