Cable-Desktop/manifest.json

24 lines
358 B
JSON
Raw Normal View History

2014-01-10 08:48:05 +01:00
{
"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": ["background.js"]
},
"options_page": "options.html"
}