| Index: chrome/test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json (revision 0)
|
| +++ chrome/test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json (revision 0)
|
| @@ -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"
|
| + }
|
| + }
|
| +}
|
|
|