| Index: chrome/test/data/extensions/platform_apps/iframes/manifest.json | 
| diff --git a/chrome/test/data/extensions/platform_apps/iframes/manifest.json b/chrome/test/data/extensions/platform_apps/iframes/manifest.json | 
| index 32b4de323785cdc670ad1575b0f6aef89203dcb3..31d5cb5ce9bfd1446ae1c386a06736c017543b6a 100644 | 
| --- a/chrome/test/data/extensions/platform_apps/iframes/manifest.json | 
| +++ b/chrome/test/data/extensions/platform_apps/iframes/manifest.json | 
| @@ -1,14 +1,15 @@ | 
| { | 
| "name": "Platform App Test: local iframes are allowed", | 
| -  "platform_app": true, | 
| "version": "1", | 
| "manifest_version": 2, | 
| "permissions": [ | 
| "experimental", | 
| "appWindow" | 
| ], | 
| -  "background": { | 
| -    "scripts": ["test.js"] | 
| +  "app": { | 
| +    "background": { | 
| +      "scripts": ["test.js"] | 
| +    } | 
| }, | 
| // Attempt to specify a Content Security Policy that is more relaxed than the | 
| // default (would allow remote iframes). It should be ignored. | 
|  |