diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-23 09:34:45 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-23 09:34:45 -0700 |
commit | 4ea0db3f62dff308311e411b459b1bc22b2c23c4 (patch) | |
tree | 2b7f9ee2076138e34cb07a7b444906391769ed2a /ext/manifest.json | |
parent | b38450b6ce8b747685965153b266d9f4e49d9b7c (diff) |
inject content script into all frames, fixes #29
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 3 |
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": { |