aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 21:32:35 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 21:32:35 +0900
commitf1b9c6ba9d33fe1927c4855d4981d88ad73d5818 (patch)
treece65ff2c7979d27d86049d5cb13a6d43672817dc /manifest.json
parent21404ad534278eff643be089da9c07882b29da82 (diff)
parentb711678329463d1ec5f2eb9db99f99af5b69895e (diff)
Merge branch 'iframe-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"
]
}