Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8187)

Unified Diff: chrome/test/data/extensions/api_test/notification_provider/events/manifest.json

Issue 356673003: Notification Provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/notification_provider/events/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notification_provider/events/manifest.json b/chrome/test/data/extensions/api_test/notification_provider/events/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..7c058e336aade724a391ddcc130da659264571d2
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/notification_provider/events/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "chrome.notificationProvider",
+ "version": "0.1",
+ "description": "Tests chrome.notificationProvider API events",
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ },
+ "permissions": [
+ "notificationProvider"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698