| Index: chrome/test/data/extensions/api_test/notifications/api/basic_app/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/notifications/api/basic_app/manifest.json b/chrome/test/data/extensions/api_test/notifications/api/basic_app/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c11726c5bfae5bc5f8b9c6b73411d83763487f96
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/notifications/api/basic_app/manifest.json
|
| @@ -0,0 +1,14 @@
|
| +{
|
| + "name": "Packaged App - Notification Launcher",
|
| + "description": "A test app which creates a window which creates a notification.",
|
| + "version": "1.0",
|
| + "manifest_version": 2,
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["main.js"]
|
| + }
|
| + },
|
| + "permissions": [
|
| + "notifications"
|
| + ]
|
| +}
|
|
|