Chromium Code Reviews| Index: chrome/test/data/extensions/platform_app/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_app/manifest.json b/chrome/test/data/extensions/platform_app/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dbabd07c9edbaf6cbcf8de7aae8ab7c9e173759d |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_app/manifest.json |
| @@ -0,0 +1,12 @@ |
| +{ |
| + "name": "Platform App Test: shell container", |
| + "platform_app": true, |
| + "version": "1", |
| + "manifest_version": 2, |
| + "app": { |
| + "launch": { |
| + "local_path": "empty.html", |
| + "container": "shell" |
|
miket_OOO
2011/11/30 19:29:13
Is platform_app now redundant? Would it make sense
Mihai Parparita -not on Chrome
2011/11/30 22:38:47
I forsee other kinds of containers for platform ap
|
| + } |
| + } |
| +} |