diff options
| author | mrmr1993 | 2017-02-08 19:30:55 +0000 |
|---|---|---|
| committer | mrmr1993 | 2017-04-16 15:24:35 +0100 |
| commit | 6745640bc04f1d2ea7c5afde149c86efcfcb7bf6 (patch) | |
| tree | 87b5b907d48d0c0d0960ebd87666acf60fb87674 | |
| parent | 11e4fc2e1fbb1f2c3633a7ab23dfc24eb4ca511f (diff) | |
| download | vimium-6745640bc04f1d2ea7c5afde149c86efcfcb7bf6.tar.bz2 | |
Add a comment to manifest about content scripts in pages/*.html
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 09d44e18..b6b4bd4e 100644 --- a/manifest.json +++ b/manifest.json @@ -35,6 +35,8 @@ ], "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", |
