Index: chrome/test/data/extensions/app_notifications/manifest.json |
diff --git a/chrome/test/data/extensions/app_notifications/manifest.json b/chrome/test/data/extensions/app_notifications/manifest.json |
deleted file mode 100644 |
index f0d26e2d42a636a88ca5de188bf03e018d83df67..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/app_notifications/manifest.json |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-{ |
- "name": "Notifications Test App", |
- "version": "0.5", |
- "manifest_version": 2, |
- "permissions": ["appNotifications"], |
- "app": { |
- "launch": { |
- "local_path": "launch.html" |
- } |
- } |
-} |