Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/tabs/on_updated/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/api_test/tabs/on_updated/manifest.json (revision 114987) |
| +++ chrome/test/data/extensions/api_test/tabs/on_updated/manifest.json (working copy) |
| @@ -4,5 +4,14 @@ |
| "manifest_version": 2, |
| "description": "Tests the behavior of the tabs.onUpdated event with different cases of navigation", |
| "background_page": "test.html", |
| - "permissions": ["tabs"] |
| + "permissions": ["tabs"], |
| + "web_accessible_resources": [ |
| + "iframeNavigated/iframe1.html", |
| + "iframeNavigated/iframe1.js", |
|
Aaron Boodman
2011/12/20 21:12:58
tab characters here
Cris Neckar
2011/12/20 22:00:06
Done.
|
| + "iframeNavigated/iframe2.html", |
| + "iframeNavigated/iframe2.js", |
| + "iframeNavigated/iframe3.html", |
| + "internalAnchorNavigated/a.html", |
| + "internalAnchorNavigated/a.js" |
| + ] |
| } |