| 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",
|
| + "iframeNavigated/iframe2.html",
|
| + "iframeNavigated/iframe2.js",
|
| + "iframeNavigated/iframe3.html",
|
| + "internalAnchorNavigated/a.html",
|
| + "internalAnchorNavigated/a.js"
|
| + ]
|
| }
|
|
|