2014-01-10 08:48:05 +01:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
|
|
|
"name": "TextSecure",
|
|
|
|
"description": "Secure texting ",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"offline_enabled": false,
|
|
|
|
|
2014-11-13 23:35:37 +01:00
|
|
|
"permissions": [
|
|
|
|
"unlimitedStorage"
|
|
|
|
],
|
|
|
|
|
2014-01-10 08:48:05 +01:00
|
|
|
"icons": { "128": "icon.png" },
|
|
|
|
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
|
|
|
"19": "icon.png"
|
|
|
|
},
|
2014-08-26 03:28:26 +02:00
|
|
|
"default_popup": "index.html"
|
2014-01-10 08:48:05 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
"background": {
|
2014-01-22 07:23:41 +01:00
|
|
|
// "scripts": [ "js-deps/jquery.js", "js-deps/jquery.atmosphere.js", "js-deps/aes.js", "js-deps/hmac-sha256.js", "js-deps/lib-typedarrays.js",
|
|
|
|
// "js-deps/Long.min.js", "js-deps/ByteBuffer.min.js", "js-deps/ProtoBuf.min.js", "js/helpers.js", "js/background.js" ]
|
|
|
|
"page": "background.html"
|
2014-01-10 08:48:05 +01:00
|
|
|
},
|
|
|
|
|
2014-07-27 00:51:06 +02:00
|
|
|
"options_page": "options.html",
|
|
|
|
|
|
|
|
// 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
|
|
|
}
|