Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/print_api/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/print_api/manifest.json b/chrome/test/data/extensions/platform_apps/print_api/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..96cfd3e68335f8f4703b3783c648799798d81bfb |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/print_api/manifest.json |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "name": "Platform App Test: window.print() API", |
| + "version": "1", |
| + "app": { |
| + "background": { |
| + "scripts": [ |
| + "test.js" |
| + ] |
| + } |
| + } |
| +} |