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-11-29 16:40:37 -08:00
|
|
|
"name": "Signal Private Messenger",
|
2015-06-26 11:23:47 -07:00
|
|
|
"short_name": "Signal",
|
2015-11-29 16:40:37 -08:00
|
|
|
"description": "Privacy is possible. Signal makes it easy.",
|
2016-02-18 16:14:16 -08:00
|
|
|
"version": "0.2.1",
|
2015-01-06 14:52:15 -08:00
|
|
|
"offline_enabled": false,
|
2015-11-23 13:20:29 -08:00
|
|
|
"minimum_chrome_version": "37",
|
2015-12-14 15:10:49 -08:00
|
|
|
"default_locale": "en",
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-02-03 23:44:28 -10:00
|
|
|
"permissions": [
|
2015-05-07 17:13:46 -07:00
|
|
|
"unlimitedStorage",
|
2015-05-21 17:58:22 -07:00
|
|
|
"notifications",
|
2015-05-22 17:06:49 -07:00
|
|
|
"fileSystem",
|
2015-12-21 17:23:56 -08:00
|
|
|
"alarms",
|
|
|
|
"fullscreen"
|
2015-02-03 23:44:28 -10:00
|
|
|
],
|
2014-11-13 14:35:37 -08:00
|
|
|
|
2015-05-07 16:54:01 -07:00
|
|
|
"icons": {
|
|
|
|
"16": "images/icon_16.png",
|
2015-06-29 14:47:45 +02:00
|
|
|
"32": "images/icon_32.png",
|
2015-05-07 16:54:01 -07:00
|
|
|
"48": "images/icon_48.png",
|
2015-12-08 22:05:58 -06:00
|
|
|
"128": "images/icon_128.png",
|
|
|
|
"256": "images/icon_256.png"
|
2015-05-07 16:54:01 -07:00
|
|
|
},
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-05-11 13:33:26 -07:00
|
|
|
"app": {
|
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
}
|
2015-05-15 12:12:35 -07:00
|
|
|
}
|
2014-01-09 21:48:05 -10:00
|
|
|
}
|