Index: trunk/src/chrome/test/data/extensions/api_test/notifications/api/partial_update/manifest.json |
=================================================================== |
--- trunk/src/chrome/test/data/extensions/api_test/notifications/api/partial_update/manifest.json (revision 272269) |
+++ trunk/src/chrome/test/data/extensions/api_test/notifications/api/partial_update/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" |
- ] |
-} |