From 137066e43df4f4f96c580ef2a541ddee2bcb3c58 Mon Sep 17 00:00:00 2001 From: jvelezpo Date: Sat, 28 Sep 2024 11:22:52 -0500 Subject: [PATCH] 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" }