Index: chrome/test/data/extensions/api_test/notifications/no_html/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json b/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json |
deleted file mode 100644 |
index f9b76e295d2cd3c7828645d77f650f87755ef173..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-{ |
- "name": "notifications test", |
- "version": "1", |
- "manifest_version": 2, |
- "permissions": [ "tabs", "notifications" ], |
- "background": { |
- "scripts": ["background.js"] |
- } |
-} |