From 0413736a299785a9dfa226cefbfc25623d62065c Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 8 Dec 2017 06:20:30 +0300 Subject: [PATCH] remove the now redundant "chrome_style" from the options page --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cd2c8f13..bdcb0b33 100644 --- a/manifest.json +++ b/manifest.json @@ -77,6 +77,6 @@ "default_locale": "en", "options_ui": { "page": "options.html", - "chrome_style": true + "chrome_style": false } }