blob: e3e59b1737ca31dd8a7ac9e3dfe2fb5b23be0732 [file] [log] [blame]
{
"name": "chrome.notifications",
"manifest_version": 2,
"version": "0.1",
"description": "chrome.notifications API events",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
"notifications"
]
}