Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnarios <selivano.d@gmail.com>2022-08-06 00:34:09 +0300
committerAnarios <selivano.d@gmail.com>2022-08-06 00:34:09 +0300
commit6277868ac7d8749df8c8305979dfcb72e2394264 (patch)
treeb823386ac905816cb0dcc70a684bb22420112bff
parent6be44d9eb94f6dcbb2b5547a5d83d24d1544067d (diff)
Decreased manifest version to prevent "Update your extension" warnings
-rw-r--r--Extensions/combined/manifest-chrome.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Extensions/combined/manifest-chrome.json b/Extensions/combined/manifest-chrome.json
index 3e396a0..95fe7e9 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": "3.0.0.5",
+ "version": "3.0.0.4",
"manifest_version": 3,
"background": {
"service_worker": "ryd.background.js"