From a204ac13541379b2593992db64864d263a63c14c Mon Sep 17 00:00:00 2001 From: Keith L Robertson Date: Sun, 18 Feb 2018 00:26:24 -0500 Subject: [PATCH] Update 1.3.0 Remove comment from manifest.json, which web-ext doesn't like. --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index eda030a..9c0da3f 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,6 @@ "browser_action": { "default_icon": "ext/markdown-mark-solid.svg", "theme_icons": [ - // Mozilla currently has these reversed! I will correct this when they fix it. {"dark": "ext/markdown-mark-solid.svg", "light": "ext/markdown-mark-white.svg", "size": 32} ] },