signal-desktop/manifest.json

30 lines
535 B
JSON
Raw Normal View History

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