diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 569d17b..4d3aebc 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "all_frames": true, "matches": [ "<all_urls>" ], "js": [ "build/content.js" ], - "run_at": "document_end", + "run_at": "document_start", "match_about_blank": true } ], |