Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / extensions / test / data / web_view / dialog / manifest.json
blob21dd6473b5538c11e2848d1545e0fab88f91d585
2   "name": "Packaged App Test: <webview> JavaScript Dialogs",
3   "description": "Verifies that the <webview> Dialog API works as expected.",
4   "version": "2",
5   "manifest_version": 2,
6   "permissions": [
7     "webview"
8   ],
9   "app": {
10     "background": {
11       "scripts": ["test.js"]
12     }
13   }