diff options
Diffstat (limited to 'chrome/test/data/extensions/good/Preferences')
-rw-r--r-- | chrome/test/data/extensions/good/Preferences | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/extensions/good/Preferences b/chrome/test/data/extensions/good/Preferences index 42a2713..85bdee3 100644 --- a/chrome/test/data/extensions/good/Preferences +++ b/chrome/test/data/extensions/good/Preferences @@ -26,7 +26,7 @@ "permissions": ["tabs", "http://*.google.com/*", "https://*.google.com/*"], "content_scripts": [ { - "matches": ["file://*", "http://*.google.com/*", "https://*.google.com/*"], + "matches": ["http://*.google.com/*", "https://*.google.com/*", "http://localhost/*"], "js": ["script1.js", "script2.js"], "css": ["style1.css", "style2.css", "style2.css"] }, @@ -50,7 +50,7 @@ "permissions": ["tabs"], "content_scripts": [ { - "matches": ["file://*"], + "matches": ["http://localhost/*"], "js": ["page.js"] } ] |