Index: chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json (revision 32777) |
+++ chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json (working copy) |
@@ -19,7 +19,7 @@ |
"permissions": ["tabs", "http://*.google.com/*", "https://*.google.com/*"], |
"content_scripts": [ |
{ |
- "matches": ["http://*.google.com/*", "https://*.google.com/*", "http://localhost/*"], |
+ "matches": ["file://*", "http://*.google.com/*", "https://*.google.com/*"], |
"js": ["script1.js", "script2.js"], |
"css": ["style1.css", "style2.css", "style2.css"] |
}, |