| Index: chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_2.json
|
| diff --git a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_2.json b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_2.json
|
| index 5d5da9096881b3139ca88067175d86d4410c5148..5462bb36d621d4a26859ba7d14283f4da6343934 100644
|
| --- a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_2.json
|
| +++ b/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_2.json
|
| @@ -1,9 +1,10 @@
|
| {
|
| "name": "Platform Test",
|
| - "platform_app": true,
|
| "version": "1",
|
| "manifest_version": 2,
|
| - "background": {
|
| - // Platform apps must have a background page or scripts
|
| + "app": {
|
| + "background": {
|
| + // Platform apps must have a background page or scripts
|
| + }
|
| }
|
| }
|
|
|