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