Index: chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json |
diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json |
index 5888cdef3d3abe7f944429410a41d13afec5be44..26b9596974c4bcdb17ba307340b58cf260ba64f3 100644 |
--- a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json |
+++ b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json |
@@ -2,9 +2,10 @@ |
"name": "test", |
"version": "0.1", |
"manifest_version": 2, |
- "platform_app": true, |
- "background": { |
- "scripts": ["background.js"] |
+ "app": { |
+ "background": { |
+ "scripts": ["background.js"] |
+ } |
}, |
"sandbox": { |
"pages": ["test"], |