Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json b/chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2af9d238957bc0d64bd8bd1959fdceab6843df29 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/notifications/api/other_app/manifest.json |
| @@ -0,0 +1,14 @@ |
| +{ |
| + "name": "Packaged App - Create window", |
| + "description": "A test app which creates a window in the specified style.", |
| + "version": "1.0", |
| + "manifest_version": 2, |
| + "app": { |
| + "background": { |
| + "scripts": ["main.js"] |
| + } |
| + }, |
| + "permissions": [ |
| + "notifications" |
| + ] |
| +} |