- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / window_open / popup_blocking / hosted_app / manifest.json
1 {
2   "name": "Popup blocking test",
3   "version": "1",
4   "manifest_version": 2,
5   "description": "Popup windows should never be blocked from within a hosted app.",
6   "app": {
7     "urls": [
8       "http://a.com/"
9     ],
10     "launch": {
11       "web_url": "http://a.com/app.html"
12     }
13   }
14 }