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