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-05-07 04:35:11 +02:00
|
|
|
"name": "Signal",
|
|
|
|
"description": "Private Messenger",
|
2015-01-06 23:52:15 +01:00
|
|
|
"version": "0.0.1",
|
|
|
|
"offline_enabled": false,
|
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",
|
|
|
|
"notifications"
|
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",
|
|
|
|
"48": "images/icon_48.png",
|
2015-05-09 23:35:57 +02:00
|
|
|
"128": "images/icon_128.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-01-06 23:52:15 +01:00
|
|
|
},
|
2014-01-10 08:48:05 +01:00
|
|
|
|
2015-01-06 23:52:15 +01:00
|
|
|
"options_page": "options.html",
|
2014-07-27 00:51:06 +02:00
|
|
|
|
2014-10-28 21:34:15 +01:00
|
|
|
"content_security_policy":
|
2015-03-23 22:01:18 +01:00
|
|
|
"default-src 'self'; img-src 'self' data:; connect-src https://textsecure-service-staging.whispersystems.org wss://textsecure-service-staging.whispersystems.org https://whispersystems-textsecure-attachments-staging.s3.amazonaws.com; style-src 'self' 'unsafe-inline'"
|
2014-10-28 21:34:15 +01:00
|
|
|
|
2014-01-10 08:48:05 +01:00
|
|
|
}
|