| Index: chrome/test/data/extensions/api_test/notification/galore/app/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/notification/galore/app/manifest.json b/chrome/test/data/extensions/api_test/notification/galore/app/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..de2c5a8bc1cb551f58a1c2627db6ccbbe3c175fb
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/notification/galore/app/manifest.json
|
| @@ -0,0 +1,18 @@
|
| +{
|
| + "name": "Notifications Galore!",
|
| + "description": "A testbed for Chrome notifications",
|
| + "version": "0.7",
|
| + "manifest_version": 2,
|
| + "minimum_chrome_version": "23",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["model.js", "view.js", "controller.js", "main.js"]
|
| + }
|
| + },
|
| + "icons": {
|
| + "16": "images/icon-16x16.png",
|
| + "48": "images/icon-48x48.png",
|
| + "128": "images/icon-128x128.png"
|
| + },
|
| + "permissions": ["experimental"]
|
| +}
|
|
|