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

Unified Diff: chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_4.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_4.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_1.json b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_4.json
similarity index 60%
copy from chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_1.json
copy to chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_4.json
index 186e22399b5f38a5a25ee880437edf3390fe6fc5..34ffe6f20362f4919825ae58929b7ac21c0abcdc 100644
--- a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_1.json
+++ b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_4.json
@@ -1,14 +1,14 @@
{
"name": "Platform Test",
- "platform_app": true,
"version": "1",
"manifest_version": 2,
- "background": {
- "scripts": ["background.js"]
- },
"app": {
- "launch": {
- // Launch section is not allowed for platform apps.
+ "background": {
+ "scripts": ["background.js"]
}
+ },
+ // "background.scripts" outside of "app"
+ "background": {
+ "scripts": ["background.js"]
}
}

Powered by Google App Engine
This is Rietveld 408576698