Index: chrome/test/data/extensions/platform_apps/isolation/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/isolation/manifest.json b/chrome/test/data/extensions/platform_apps/isolation/manifest.json |
index de41c883c6b4bd2e95fe9e99a3fc152455a384d4..f8f3fd78d788b6007bc772ae0c9132a20b367881 100644 |
--- a/chrome/test/data/extensions/platform_apps/isolation/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/isolation/manifest.json |
@@ -1,10 +1,11 @@ |
{ |
"name": "Platform App Test: isolated storage", |
- "platform_app": true, |
"version": "1", |
"manifest_version": 2, |
- "background": { |
- "scripts": ["test.js"] |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
}, |
"permissions": [ |
"http://localhost/" |