| 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 845ef955f30f590fff672ff5876c43de4500879d..20861affb37ad04df3833f9e6264888b2ecc80d5 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"]
|
| + }
|
| },
|
| "sandboxed_pages": {
|
| "pages": ["test"],
|
|
|