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" } 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" }