diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index dbc3a36..00c87e5 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "activeTab"], - "version": "3.0.24" + "version": "4.0.0" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index a7229bf..ae181c3 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "activeTab"], - "version": "3.0.24" + "version": "4.0.0" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 93fdf20..c0fdad4 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -39,5 +39,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "activeTab"], - "version": "3.0.24" + "version": "4.0.0" }