Index: chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_5.json |
diff --git a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_5.json b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_5.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9f9f84fcf5adae0e658db95fb06d8369944ec4c7 |
--- /dev/null |
+++ b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_5.json |
@@ -0,0 +1,14 @@ |
+{ |
+ "name": "Platform Test", |
+ "version": "1", |
+ "manifest_version": 2, |
+ "app": { |
+ "background": { |
+ "page": "background.html" |
+ } |
+ }, |
+ // "background.page" outside of "app" |
+ "background": { |
+ "page": "background.html" |
+ } |
+} |