Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/options_ui_page_basic.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/options_ui_page_basic.json b/chrome/test/data/extensions/manifest_tests/options_ui_page_basic.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d48807615665e209393504d231095b92e7cfae7d |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/manifest_tests/options_ui_page_basic.json |
| @@ -0,0 +1,9 @@ |
| +{ |
| + "name": "Basic options_ui page test", |
| + "description": "Tests if the options page can be retrieved from the options_ui field", |
| + "version": "1", |
| + "manifest_version": 2, |
| + "options_ui": { |
| + "page": "options.html" |
| + } |
| +} |