diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 11:08:43 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 11:22:09 +0900 |
commit | e73d405c5640afda27775285f19516a271b5cefb (patch) | |
tree | da08aefd9c5f718f96aff84c4f2c95554796999b /manifest.json | |
parent | d169661e030e53b6a1635f86205f9fc42d2b7ef2 (diff) |
message passing between background and content
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 61c815a..2621c5e 100644 --- a/manifest.json +++ b/manifest.json @@ -8,5 +8,8 @@ "matches": [ "http://*/*", "https://*/*" ], "js": [ "build/index.js" ] } - ] + ], + "background": { + "scripts": ["build/background.js"] + } } |