Index: chrome/test/data/extensions/platform_apps/minimal/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/minimal/manifest.json b/chrome/test/data/extensions/platform_apps/minimal/manifest.json |
index 0f3b6f2e9ff96cb676e45634386d691667c589f5..fc44eb4edf06e6c689e74201f31a7586241a9bb6 100644 |
--- a/chrome/test/data/extensions/platform_apps/minimal/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/minimal/manifest.json |
@@ -1,13 +1,14 @@ |
{ |
"name": "Platform App Test: minimal platform app", |
- "platform_app": true, |
"version": "1", |
"manifest_version": 2, |
"permissions": [ |
"experimental", |
"appWindow" |
], |
- "background": { |
- "scripts": ["test.js"] |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
} |
} |