From 310bd4d2e2cdde3cd8aa112a109b238493c87823 Mon Sep 17 00:00:00 2001 From: ImprovedTube Date: Wed, 29 Nov 2023 16:58:39 +0100 Subject: [PATCH] no age shaming 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.) --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index c8d7973..15479e5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -18,7 +18,7 @@ "default_title": "Click Me", "default_popup": "popup.html" }, - "minimum_chrome_version": "116", + "minimum_chrome_version": "1", "background": { "service_worker": "background.js" }