diff options
| author | Stephen Blott | 2018-02-22 12:47:05 +0000 |
|---|---|---|
| committer | Stephen Blott | 2018-02-22 12:47:10 +0000 |
| commit | fed487f7975d185977991ce3ebc7c254b6e22f56 (patch) | |
| tree | 7994e63d770f806d09da85558b3b75305d6c6a44 | |
| parent | d01aacb45e3b1cfd5a4446c2fef5607e5f5f1996 (diff) | |
| download | vimium-fed487f7975d185977991ce3ebc7c254b6e22f56.tar.bz2 | |
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.
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 0 insertions, 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": ["<all_urls>"], "js": ["lib/utils.js", "lib/keyboard_utils.js", |
