Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / options_ui_flags_false.json
blob68c7b28966e85ba98d2453b95e577f75514b7774
2   "name": "options_ui with flags set to false test",
3   "description": "Tests setting chrome_style and open_in_tab to false",
4   "version": "1",
5   "manifest_version": 2,
6   "options_ui": {
7     "page": "options.html",
8     "chrome_style": false,
9     "open_in_tab": false
10   }