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