From 9f6086c383def3accd3523e09d39d6f915ccb769 Mon Sep 17 00:00:00 2001 From: sy-b <94835959+sy-b@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:09:45 +0530 Subject: Update manifest-chrome.json --- Extensions/combined/manifest-chrome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/combined/manifest-chrome.json b/Extensions/combined/manifest-chrome.json index 1f0b953..53b0213 100644 --- a/Extensions/combined/manifest-chrome.json +++ b/Extensions/combined/manifest-chrome.json @@ -2,7 +2,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", - "version": "2.1.0.3", + "version": "3.0.0.0", "manifest_version": 3, "background": { "service_worker": "ryd.background.js" -- cgit v1.2.3 From 9f776cef2c5ab97d5cf4402c0010d95a2eaa020b Mon Sep 17 00:00:00 2001 From: sy-b <94835959+sy-b@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:10:51 +0530 Subject: Update manifest-firefox.json --- Extensions/combined/manifest-firefox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/combined/manifest-firefox.json b/Extensions/combined/manifest-firefox.json index 54989be..07846f4 100644 --- a/Extensions/combined/manifest-firefox.json +++ b/Extensions/combined/manifest-firefox.json @@ -2,7 +2,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", - "version": "2.1.0.3", + "version": "3.0.0.0", "manifest_version": 2, "background": { "scripts": ["ryd.background.js"] -- cgit v1.2.3