Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json (revision 114987) |
| +++ chrome/test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json (working copy) |
| @@ -10,5 +10,9 @@ |
| "matches": ["http://*/*"], |
| "js": ["script.js"] |
| } |
| + ], |
| + "web_accessible_resources": [ |
| + "iframe.html", |
| + "iframe.js" |
|
Aaron Boodman
2011/12/20 21:12:58
weird indent
Cris Neckar
2011/12/20 22:00:06
Done.
|
| ] |
| } |