From b08ea5c3fcaeb095b907cdf17570043cb2a272c2 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 13 Feb 2022 09:53:59 +0300 Subject: [PATCH] undo minimum_chrome_version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c0e75c0c..a6a4ef9b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Stylus", "version": "1.5.22", - "minimum_chrome_version": "56", + "minimum_chrome_version": "55", "description": "__MSG_description__", "homepage_url": "https://add0n.com/stylus.html", "manifest_version": 2,