Cable-Desktop/manifest.json
Matt Corallo f4755cb4b1 Updates
2014-01-12 04:07:13 -10:00

23 lines
358 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": {
"pages": ["background.html"]
},
"options_page": "options.html"
}