| Index: chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json b/chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json
|
| index 91e2ea78de3077544223e40e2ea00bdab9a6e637..da45c13542622398ff51ba3812b926d53a9bece1 100644
|
| --- a/chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json
|
| +++ b/chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json
|
| @@ -1,6 +1,5 @@
|
| {
|
| "name": "Platform App Launch Test",
|
| - "platform_app": true,
|
| "version": "1",
|
| "manifest_version": 2,
|
| "intents": {
|
| @@ -12,7 +11,9 @@
|
| }
|
| },
|
| "permissions": ["experimental"],
|
| - "background": {
|
| - "scripts": ["test.js"]
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["test.js"]
|
| + }
|
| }
|
| }
|
|
|