Index: chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json |
diff --git a/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json b/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json |
index e9cff7d819074858415e447328d7a1521dbc9929..a05b5d35c97bbdaa45bcaa7f58c178613ddf3c77 100644 |
--- a/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json |
+++ b/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json |
@@ -3,14 +3,7 @@ |
"platform_app": true, |
"version": "1", |
"manifest_version": 2, |
- "app": { |
- "launch": { |
- "container": "shell", |
- "local_path": "launch.html", |
- "width": 250, |
- "height": 250, |
- "min_width": 100, |
- "min_height": 100 |
- } |
+ "background": { |
+ "scripts": ["background.js"] |
} |
} |