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