| Index: chrome/test/data/extensions/platform_apps/document_editor/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/document_editor/manifest.json b/chrome/test/data/extensions/platform_apps/document_editor/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5761bc6789c1d6782ca01acd5c533a2974bd70c3
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/platform_apps/document_editor/manifest.json
|
| @@ -0,0 +1,22 @@
|
| +{
|
| + "name": "Platform App Test: document editor",
|
| + "platform_app": true,
|
| + "version": "1",
|
| + "manifest_version": 2,
|
| + "intents": {
|
| + "http://webintents.org/view": {
|
| + "type": [
|
| + "text/*"
|
| + ],
|
| + "title": "Test editor"
|
| + }
|
| + },
|
| + "app": {
|
| + "launch": {
|
| + "local_path": "main.html",
|
| + "container": "shell",
|
| + "width": 250,
|
| + "height": 250
|
| + }
|
| + }
|
| +}
|
|
|