From 6745640bc04f1d2ea7c5afde149c86efcfcb7bf6 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Wed, 8 Feb 2017 19:30:55 +0000 Subject: Add a comment to manifest about content scripts in pages/*.html --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) 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": [""], "js": ["lib/utils.js", "lib/keyboard_utils.js", -- cgit v1.2.3