Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5110)

Unified Diff: chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_5.json

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for getDisplayPath, implement restrictions via _manifest_features.json Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698