Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/launch_reply/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/launch_reply/manifest.json b/chrome/test/data/extensions/platform_apps/launch_reply/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a81b40516f05d4f42a49c19c4d9eb371c1c808f8 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/launch_reply/manifest.json |
| @@ -0,0 +1,18 @@ |
| +{ |
| + "name": "Platform App Launch/Reply Test", |
| + "version": "1", |
| + "manifest_version": 2, |
| + "intents": { |
| + "http://webintents.org/view": { |
| + "type": [ |
| + "text/*" |
| + ], |
| + "title": "Test editor" |
| + } |
| + }, |
| + "app": { |
| + "background": { |
| + "scripts": ["test.js"] |
| + } |
| + } |
| +} |