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

Unified Diff: chrome/test/data/extensions/platform_apps/launch/manifest.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/platform_apps/launch/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch/manifest.json b/chrome/test/data/extensions/platform_apps/launch/manifest.json
index 33c81150a9c8ee3c05801ca7351b534adc2391e6..6b1678b40dee746f93a5b0332aebc5e59e7eecac 100644
--- a/chrome/test/data/extensions/platform_apps/launch/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/launch/manifest.json
@@ -1,10 +1,11 @@
{
"name": "Platform App Test: onLaunched event test",
- "platform_app": true,
"version": "1",
"manifest_version": 2,
- "background": {
- "scripts": ["test.js"]
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
},
"permissions": [
"experimental"

Powered by Google App Engine
This is Rietveld 408576698