blob: 7ae65cea6391dc0a3d17c36caf693e7452b5392e [file] [log] [blame]
{
"name": "New API Notification Provider Test",
"description": "Tests the notificationProvider API",
"manifest_version" : 2,
"version" : "0.1.0",
"app" : {
"background" : {
"scripts" : ["app.js"]
}
},
"permissions" : [
"notificationProvider"
]
}