session-desktop/manifest.json
2015-05-09 14:35:57 -07:00

37 lines
934 B
JSON

{
"manifest_version": 2,
"name": "Signal",
"description": "Private Messenger",
"version": "0.0.1",
"offline_enabled": false,
"permissions": [
"unlimitedStorage",
"notifications"
],
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"browser_action": {
"default_icon": {
"19": "images/icon_19.png",
"38": "images/icon_38.png"
},
"default_title": "Signal"
},
"background": {
"page": "background.html"
},
"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'"
}