Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / options_ui_page_with_legacy_page.json
1 {
2   "name": "options_ui page and legacy options page test",
3   "description": "Tests if the options_ui.page field takes precedence over the legacy options page field",
4   "version": "1",
5   "manifest_version": 2,
6   "options_page": "legacyoptions.html",
7   "options_ui": {
8     "page": "newoptions.html"
9   }
10 }