Index: chrome/test/data/extensions/platform_apps/restrictions/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/restrictions/manifest.json b/chrome/test/data/extensions/platform_apps/restrictions/manifest.json |
index a031899684218000fbbabc9c4cd4cfdf93da4a96..48d67616c15e5ce2b3b22883c93a5e47cc00fb99 100644 |
--- a/chrome/test/data/extensions/platform_apps/restrictions/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/restrictions/manifest.json |
@@ -1,9 +1,10 @@ |
{ |
"name": "Platform App Test: various document and window restrictions", |
- "platform_app": true, |
"version": "1", |
"manifest_version": 2, |
- "background": { |
- "scripts": ["test.js"] |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
} |
} |