signal-desktop/manifest.json

30 lines
535 B
JSON
Raw Normal View History

2014-01-09 21:48:05 -10:00
{
2015-01-06 14:52:15 -08:00
"manifest_version": 2,
2014-01-09 21:48:05 -10:00
2015-05-06 19:35:11 -07:00
"name": "Signal",
2015-06-26 11:23:47 -07:00
"short_name": "Signal",
2015-05-06 19:35:11 -07:00
"description": "Private Messenger",
2015-01-06 14:52:15 -08:00
"version": "0.0.1",
"offline_enabled": false,
2014-01-09 21:48:05 -10:00
2015-02-03 23:44:28 -10:00
"permissions": [
"unlimitedStorage",
"notifications",
"fileSystem",
"alarms"
2015-02-03 23:44:28 -10:00
],
"icons": {
"16": "images/icon_16.png",
2015-06-29 14:47:45 +02:00
"32": "images/icon_32.png",
"48": "images/icon_48.png",
2015-05-09 14:35:57 -07:00
"128": "images/icon_128.png"
},
2014-01-09 21:48:05 -10:00
"app": {
"background": {
"page": "background.html"
}
}
2014-01-09 21:48:05 -10:00
}