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