From d46dbd608be437809d0a6ff46155f23fc6cdaad5 Mon Sep 17 00:00:00 2001 From: jvelezpo Date: Sat, 28 Sep 2024 11:15:48 -0500 Subject: [PATCH 1/3] Bump minor version for FF, update strict_min_version to 58.0 --- src/manifests/firefox.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index c8563d9..4a07008 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -14,7 +14,7 @@ "browser_specific_settings": { "gecko": { "id": "addon@wakatime.com", - "strict_min_version": "48.0" + "strict_min_version": "58.0" } }, "content_scripts": [ @@ -39,5 +39,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], - "version": "3.0.22" + "version": "3.0.23" } From 137066e43df4f4f96c580ef2a541ddee2bcb3c58 Mon Sep 17 00:00:00 2001 From: jvelezpo Date: Sat, 28 Sep 2024 11:22:52 -0500 Subject: [PATCH 2/3] bump chrome and edge --- src/manifests/chrome.json | 2 +- src/manifests/edge.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index f5de4ef..84f0ab5 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], - "version": "3.0.22" + "version": "3.0.23" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index c8a3b6f..ef45c67 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], - "version": "3.0.22" + "version": "3.0.23" } From 53d48306975c9e942d1b58b88b028964fde6b2b9 Mon Sep 17 00:00:00 2001 From: jvelezpo Date: Sat, 28 Sep 2024 11:43:42 -0500 Subject: [PATCH 3/3] bump v3.0.24 --- src/manifests/chrome.json | 2 +- src/manifests/edge.json | 2 +- src/manifests/firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index 84f0ab5..82b69a5 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], - "version": "3.0.23" + "version": "3.0.24" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index ef45c67..c2599fb 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], - "version": "3.0.23" + "version": "3.0.24" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 4a07008..c05ef6d 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -39,5 +39,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], - "version": "3.0.23" + "version": "3.0.24" }