diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-29 21:32:35 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-29 21:32:35 +0900 |
commit | f1b9c6ba9d33fe1927c4855d4981d88ad73d5818 (patch) | |
tree | ce65ff2c7979d27d86049d5cb13a6d43672817dc /manifest.json | |
parent | 21404ad534278eff643be089da9c07882b29da82 (diff) | |
parent | b711678329463d1ec5f2eb9db99f99af5b69895e (diff) |
Merge branch 'iframe-command-line'
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 1d511fa..b687363 100644 --- a/manifest.json +++ b/manifest.json @@ -10,9 +10,14 @@ } ], "background": { - "scripts": ["build/background.js"] + "scripts": [ + "build/background.js" + ] }, "permissions": [ "sessions" + ], + "web_accessible_resources": [ + "build/command-line.html" ] } |