Cable-Desktop/manifest.json
2014-01-12 04:27:11 -10:00

24 lines
521 B
JSON

{
"manifest_version": 2,
"name": "TextSecure",
"description": "Secure texting ",
"version": "0.0.1",
"offline_enabled": false,
"icons": { "128": "icon.png" },
"browser_action": {
"default_icon": {
"19": "icon.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [ "jquery.js", "jquery.atmosphere.js", "aes.js", "hmac-sha256.js", "lib-typedarrays.js",
"Long.min.js", "ByteBuffer.min.js", "ProtoBuf.min.js", "helpers.js", "background.js" ]
},
"options_page": "options.html"
}