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

Unified Diff: chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.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_3.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
index d878dd88cb3974d071dbeef6698377b330457c42..14bd8696e7aa029c851e209be9fc602c390af172 100644
--- a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
+++ b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
@@ -1,9 +1,10 @@
{
"name": "Platform Test",
- "platform_app": true,
"version": "1",
- "background": {
- "scripts": ["background.js"]
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
}
// "manifest_version": 2 is required
}

Powered by Google App Engine
This is Rietveld 408576698