From 4ea0db3f62dff308311e411b459b1bc22b2c23c4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 23 Aug 2017 09:34:45 -0700 Subject: [PATCH] inject content script into all frames, fixes #29 --- ext/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/manifest.json b/ext/manifest.json index c76155f4..c2a02a8d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -22,7 +22,8 @@ "fg/js/util.js", "fg/js/frontend.js" ], - "css": ["fg/css/client.css"] + "css": ["fg/css/client.css"], + "all_frames": true }], "minimum_chrome_version": "57.0.0.0", "options_ui": {