diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-29 20:56:20 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-29 20:56:20 +0900 |
commit | dc4286460791c3b76fe29d085502a11c61c78551 (patch) | |
tree | 5b9dc747f83e13d6b827a4a0894c57b82b3df456 /manifest.json | |
parent | a808b2894090f30e65f396f7caa5af36af83442c (diff) |
use iframe-ed 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" ] } |