From fed487f7975d185977991ce3ebc7c254b6e22f56 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 22 Feb 2018 12:47:05 +0000 Subject: Remove _comment from manifest. Apparently some versions of Firefox are baulking at unreconised properties in the manifest. See: https://github.com/philc/vimium/issues/2965#issuecomment-367659475. Mention @KyleLS. --- manifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifest.json b/manifest.json index d6e5c341..43c982cf 100644 --- a/manifest.json +++ b/manifest.json @@ -40,8 +40,6 @@ ], "content_scripts": [ { - "_comment": - "IMPORTANT: All resources listed here must also be listed with the others -- in order -- in ./pages/*.html", "matches": [""], "js": ["lib/utils.js", "lib/keyboard_utils.js", -- cgit v1.2.3