Index: chrome/test/data/extensions/api_test/notification_getter/events/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/notification_getter/events/manifest.json b/chrome/test/data/extensions/api_test/notification_getter/events/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8eea9a431f2b4988c8f17da360f5755da7a08b40 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/notification_getter/events/manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "name": "chrome.notification_getter", |
+ "version": "0.1", |
+ "description": "Tests chrome.notification_getter API events", |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ }, |
+ "permissions": [ |
+ "notificationGetter" |
+ ] |
+} |