Chromium Code Reviews| 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 a268b098671b6826f17255d070f20895921f61a4..a031899684218000fbbabc9c4cd4cfdf93da4a96 100644 |
| --- a/chrome/test/data/extensions/platform_apps/restrictions/manifest.json |
| +++ b/chrome/test/data/extensions/platform_apps/restrictions/manifest.json |
| @@ -3,12 +3,7 @@ |
| "platform_app": true, |
| "version": "1", |
| "manifest_version": 2, |
| - "app": { |
| - "launch": { |
| - "local_path": "main.html", |
| - "container": "shell", |
| - "width": 250, |
| - "height": 250 |
| - } |
| + "background": { |
| + "scripts": ["test.js"] |
| } |
| } |