Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / extensions / app_with_tab_container / manifest.json
blob7c519105b867fd6ae7cfe07180f368b56300fe71
2   "name": "App Test: tab container",
3   "version": "1",
4   "manifest_version": 2,
5   "permissions": [
6     "notifications"
7   ],
8   "app": {
9     "launch": {
10       "local_path": "empty.html",
11       "container": "tab"
12     }
13   }