{
"name": "Packaged App - Create window",
"description": "A test app which creates a window in the specified style.",
"version": "1.0",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["main.js"]
}
},
"permissions": [
"notifications"
]
}