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-01-06 14:52:15 -08:00
|
|
|
"icons": { "128": "icon.png" },
|
2014-01-09 21:48:05 -10:00
|
|
|
|
2015-01-06 14:52:15 -08:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
|
|
|
"19": "icon.png"
|
|
|
|
},
|
2015-01-15 18:41:44 -10: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
|
|
|
|
2015-01-06 14:52:15 -08:00
|
|
|
// XXX: FOR TESTING ONLY, REMOVE BEFORE RELEASE:
|
|
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
|
2014-01-09 21:48:05 -10:00
|
|
|
}
|