aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 20:56:20 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 20:56:20 +0900
commitdc4286460791c3b76fe29d085502a11c61c78551 (patch)
tree5b9dc747f83e13d6b827a4a0894c57b82b3df456 /manifest.json
parenta808b2894090f30e65f396f7caa5af36af83442c (diff)
use iframe-ed command-line
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
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"
]
}