Index: chrome/test/data/extensions/active_script/content_scripts_all_hosts/manifest.json |
diff --git a/chrome/test/data/extensions/active_script/content_scripts_all_hosts/manifest.json b/chrome/test/data/extensions/active_script/content_scripts_all_hosts/manifest.json |
index b325375ae90147798ab4963d5a3bc3d82612d8db..c9211a4f8e1e3f45f1b8a47214ebee0cc486d9aa 100644 |
--- a/chrome/test/data/extensions/active_script/content_scripts_all_hosts/manifest.json |
+++ b/chrome/test/data/extensions/active_script/content_scripts_all_hosts/manifest.json |
@@ -5,7 +5,8 @@ |
"content_scripts": [ |
{ |
"matches": ["*://*/*"], |
- "js": ["content_script.js"] |
+ "js": ["content_script.js"], |
+ "run_at": "document_start" |
} |
], |
"manifest_version": 2 |