OLD | NEW |
1 { | 1 { |
2 "name": "tabs/on_updated", | 2 "name": "tabs/on_updated", |
3 "version": "0.1", | 3 "version": "0.1", |
4 "manifest_version": 2, | 4 "manifest_version": 2, |
5 "description": "Tests the behavior of the tabs.onUpdated event with different
cases of navigation", | 5 "description": "Tests the behavior of the tabs.onUpdated event with different
cases of navigation", |
6 "background_page": "test.html", | 6 "background_page": "test.html", |
7 "permissions": ["tabs"] | 7 "permissions": ["tabs"], |
| 8 "web_accessible_resources": [ |
| 9 "iframeNavigated/iframe1.html", |
| 10 "iframeNavigated/iframe1.js", |
| 11 "iframeNavigated/iframe2.html", |
| 12 "iframeNavigated/iframe2.js", |
| 13 "iframeNavigated/iframe3.html", |
| 14 "internalAnchorNavigated/a.html", |
| 15 "internalAnchorNavigated/a.js" |
| 16 ] |
8 } | 17 } |
OLD | NEW |