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