You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/manifest.json

32 lines
777 B
JSON

11 years ago
{
"manifest_version": 2,
11 years ago
"name": "Signal",
"description": "Private Messenger",
"version": "0.0.1",
"offline_enabled": false,
11 years ago
"permissions": [
"unlimitedStorage",
"notifications"
],
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
10 years ago
"128": "images/icon_128.png"
},
11 years ago
"app": {
"background": {
"page": "background.html"
}
},
11 years ago
"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'"
11 years ago
}