aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-20 10:52:27 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-20 10:52:27 -0700
commit84fec940dbe819d2c0603bbda68fc4dec6ab2c0e (patch)
tree13c095b580f9c5e5c282f2f6c147dcb50263049b /manifest.json
parent8f24c5ff6a3bcbb4b5e1bbe129c2365691554827 (diff)
More stubbing
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 79258d34..1cd15a9d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,9 +8,11 @@
"default_icon": "icon.png"
},
+ "background": { "page": "background.html" },
+
"content_scripts": [{
"matches": [ "http://*/*", "https://*/*" ],
- "js": [ "jp/dictionary.js", "content.js" ],
+ "js": [ "content.js" ],
"run_at": "document_end"
}]
}