session-desktop/manifest.json

38 lines
934 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
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": [
"unlimitedStorage",
"notifications"
2015-02-04 10:44:28 +01: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"
},
2014-01-10 08:48:05 +01:00
2015-01-06 23:52:15 +01:00
"browser_action": {
"default_icon": {
"19": "images/icon_19.png",
"38": "images/icon_38.png"
2015-01-06 23:52:15 +01:00
},
2015-05-07 04:35:11 +02:00
"default_title": "Signal"
2015-01-06 23:52:15 +01:00
},
2014-01-10 08:48:05 +01:00
2015-01-06 23:52:15 +01:00
"background": {
"page": "background.html"
},
2014-01-10 08:48:05 +01:00
2015-01-06 23:52:15 +01:00
"options_page": "options.html",
"content_security_policy":
"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-01-10 08:48:05 +01:00
}