Cable-Desktop/manifest.json

35 lines
714 B
JSON
Raw Normal View History

2014-01-10 08:48:05 +01:00
{
2015-01-06 23:52:15 +01:00
"manifest_version": 2,
2014-01-10 08:48:05 +01:00
"name": "Signal Private Messenger",
2015-06-26 20:23:47 +02:00
"short_name": "Signal",
"description": "__MSG_installTagline__",
2016-10-05 17:14:45 +02:00
"version": "0.24.0",
2015-01-06 23:52:15 +01:00
"offline_enabled": false,
"minimum_chrome_version": "37",
2015-12-15 00:10:49 +01:00
"default_locale": "en",
2014-01-10 08:48:05 +01:00
2015-02-04 10:44:28 +01:00
"permissions": [
"unlimitedStorage",
"notifications",
{"fileSystem": ["write"]},
"alarms",
2016-08-16 00:36:29 +02:00
"fullscreen",
"audioCapture"
2015-02-04 10:44:28 +01: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-12-09 05:05:58 +01:00
"128": "images/icon_128.png",
"256": "images/icon_256.png"
},
2014-01-10 08:48:05 +01:00
"app": {
"background": {
"page": "background.html"
}
}
2014-01-10 08:48:05 +01:00
}