2014-01-09 21:48:05 -10:00
|
|
|
{
|
2015-01-06 14:52:15 -08:00
|
|
|
"manifest_version": 2,
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-01-06 14:52:15 -08:00
|
|
|
"name": "TextSecure",
|
|
|
|
"description": "Secure texting ",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"offline_enabled": false,
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-02-03 23:44:28 -10:00
|
|
|
"permissions": [
|
|
|
|
"unlimitedStorage"
|
|
|
|
],
|
2014-11-13 14:35:37 -08:00
|
|
|
|
2015-03-19 16:42:35 -07:00
|
|
|
"icons": { "128": "images/icon.png" },
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-01-06 14:52:15 -08:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
2015-03-19 16:42:35 -07:00
|
|
|
"19": "images/icon.png"
|
2015-01-06 14:52:15 -08:00
|
|
|
},
|
2015-03-23 11:19:02 -07:00
|
|
|
"default_title": "TextSecure"
|
2015-01-06 14:52:15 -08:00
|
|
|
},
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-01-06 14:52:15 -08:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-01-06 14:52:15 -08:00
|
|
|
"options_page": "options.html",
|
2014-07-26 18:51:06 -04:00
|
|
|
|
2014-10-28 13:34:15 -07:00
|
|
|
"content_security_policy":
|
2015-03-23 14:01:18 -07: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 13:34:15 -07:00
|
|
|
|
2014-01-09 21:48:05 -10:00
|
|
|
}
|