Index: chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json |
diff --git a/chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json b/chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1898bc7dde3d7928a246c2cfdc235c2f4ab9d983 |
--- /dev/null |
+++ b/chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json |
@@ -0,0 +1,11 @@ |
+{ |
+ "name": "test", |
+ "description" : "I specify an options_page but it should be ignored.", |
Yoyo Zhou
2013/04/16 20:11:40
nit: no space before :
|
+ "version": "1", |
+ "app": { |
+ "background": { |
+ "scripts": ["background.js"] |
+ } |
+ }, |
+ "options_page": "options.html" |
+} |