aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-28 23:32:13 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-28 23:32:13 +0900
commit1a873ce9c3245ad0d397cbf85035889ceb442290 (patch)
tree69aa8c9c2f97601d4e5a7833d88b42f64c8e1bac
parentb793731bfb15662ee6815f8f4b4d5a417b59ea63 (diff)
run at document end and run in all urls
-rw-r--r--manifest.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 79b9cbc..268dae8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -15,8 +15,9 @@
"content_scripts": [
{
"all_frames": true,
- "matches": [ "http://*/*", "https://*/*" ],
- "js": [ "build/content.js" ]
+ "matches": [ "<all_urls>" ],
+ "js": [ "build/content.js" ],
+ "run_at": "document_end"
}
],
"background": {