aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-08-23 09:34:45 -0700
committerAlex Yatskov <alex@foosoft.net>2017-08-23 09:34:45 -0700
commit4ea0db3f62dff308311e411b459b1bc22b2c23c4 (patch)
tree2b7f9ee2076138e34cb07a7b444906391769ed2a
parentb38450b6ce8b747685965153b266d9f4e49d9b7c (diff)
inject content script into all frames, fixes #29
-rw-r--r--ext/manifest.json3
1 files changed, 2 insertions, 1 deletions
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": {