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-01-06 23:52:15 +01:00
|
|
|
"name": "TextSecure",
|
|
|
|
"description": "Secure texting ",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"offline_enabled": false,
|
2014-01-10 08:48:05 +01:00
|
|
|
|
2014-11-13 23:35:37 +01:00
|
|
|
"permissions": [
|
|
|
|
"unlimitedStorage"
|
|
|
|
],
|
|
|
|
|
2015-01-06 23:52:15 +01:00
|
|
|
"icons": { "128": "icon.png" },
|
2014-01-10 08:48:05 +01:00
|
|
|
|
2015-01-06 23:52:15 +01:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
|
|
|
"19": "icon.png"
|
|
|
|
},
|
2015-01-16 05:41:44 +01:00
|
|
|
"default_title": "TextSecure"
|
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",
|
2014-07-27 00:51:06 +02:00
|
|
|
|
2015-01-06 23:52:15 +01:00
|
|
|
// XXX: FOR TESTING ONLY, REMOVE BEFORE RELEASE:
|
|
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
|
2014-01-10 08:48:05 +01:00
|
|
|
}
|