blob: a4716d4025107fc8cf0dbe7f357e5f66c0035b07 [file] [log] [blame]
{
"name": "chrome.notificationProvider",
"version": "0.1",
"description": "Tests chrome.notificationProvider API events",
"app": {
"background": {
"scripts": ["test.js"]
}
},
"permissions": [
"notificationProvider", "notifications"
]
}