Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / app_window / generic / manifest.json
blobb2b0b8916c5ea55810d2e76e68bbca545bdb7cfd
2   "name": "Shell Window - Generic",
3   "description": "A test app which creates a window configured in tests. The window must be closed in the test.",
4   "version": "1.0",
5   "manifest_version": 2,
6   "app": {
7     "background": {
8       "scripts": ["main.js"]
9     }
10   },
11   "permissions": ["app.window.fullscreen", "app.window.alwaysOnTop"]