| 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
|
| deleted file mode 100644
|
| index de2c5a8bc1cb551f58a1c2627db6ccbbe3c175fb..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/api_test/notification/galore/app/manifest.json
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -{
|
| - "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"]
|
| -}
|
|
|