Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / options_ui_flags_true.json
1 {
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   }
11 }