aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 15:15:12 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 15:15:12 +0900
commit57f798044d32ba7f9dc10a34ac31ad5dbdbf56ae (patch)
treeaed757bfb5f8789156439d1e1fdff4e221376aaa /manifest.json
parent2faf44af7443b3f858e15d63295a490afba83b4e (diff)
rename background end-point script name
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 7c60cdd..216023b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"content_scripts": [
{
"matches": [ "http://*/*", "https://*/*" ],
- "js": [ "build/index.js" ]
+ "js": [ "build/content.js" ]
}
],
"background": {