Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json b/chrome/test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..342a33133ac93156c57b27a00b3a9fe2f083f47e |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "name": "Popup blocking test", |
| + "version": "1", |
| + "description": "Popup windows should never be blocked from within a hosted app.", |
| + "app": { |
| + "urls": [ |
| + "http://a.com/" |
| + ], |
| + "launch": { |
| + "web_url": "http://a.com/app.html" |
| + } |
| + } |
| +} |