| Index: trunk/src/chrome/test/data/extensions/api_test/notifications/api/basic_usage/manifest.json
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/extensions/api_test/notifications/api/basic_usage/manifest.json (revision 272269)
|
| +++ trunk/src/chrome/test/data/extensions/api_test/notifications/api/basic_usage/manifest.json (working copy)
|
| @@ -1,13 +0,0 @@
|
| -{
|
| - "name": "chrome.notifications",
|
| - "version": "0.1",
|
| - "description": "chrome.notifications API events",
|
| - "app": {
|
| - "background": {
|
| - "scripts": ["background.js"]
|
| - }
|
| - },
|
| - "permissions": [
|
| - "notifications"
|
| - ]
|
| -}
|
|
|