Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/storage/manifest.json | 
| diff --git a/chrome/test/data/extensions/platform_apps/storage/manifest.json b/chrome/test/data/extensions/platform_apps/storage/manifest.json | 
| index d22ba055b4ccb0b6fb4cbf44671f7a27f606a401..e71b073420dc7b80f193706eacaf07bab1329e11 100644 | 
| --- a/chrome/test/data/extensions/platform_apps/storage/manifest.json | 
| +++ b/chrome/test/data/extensions/platform_apps/storage/manifest.json | 
| @@ -3,12 +3,7 @@ | 
| "platform_app": true, | 
| "version": "1", | 
| "manifest_version": 2, | 
| - "app": { | 
| - "launch": { | 
| - "local_path": "main.html", | 
| - "container": "shell", | 
| - "width": 250, | 
| - "height": 250 | 
| - } | 
| + "background": { | 
| + "scripts": ["test.js"] | 
| } | 
| } |