Cable-Desktop/manifest.json
lilia 7ec377950c Remove manifest attributes
These properties are not supported in packaged apps.
2015-05-15 12:54:27 -07:00

25 lines
437 B
JSON

{
"manifest_version": 2,
"name": "Signal",
"description": "Private Messenger",
"version": "0.0.1",
"offline_enabled": false,
"permissions": [
"unlimitedStorage",
"notifications"
],
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"app": {
"background": {
"page": "background.html"
}
}
}