30 lines
608 B
JSON
30 lines
608 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "TextSecure",
|
|
"description": "Secure texting ",
|
|
"version": "0.0.1",
|
|
"offline_enabled": false,
|
|
|
|
"permissions": [
|
|
"unlimitedStorage"
|
|
],
|
|
|
|
"icons": { "128": "icon.png" },
|
|
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"19": "icon.png"
|
|
},
|
|
"default_title": "TextSecure"
|
|
},
|
|
|
|
"background": {
|
|
"page": "background.html"
|
|
},
|
|
|
|
"options_page": "options.html",
|
|
|
|
// XXX: FOR TESTING ONLY, REMOVE BEFORE RELEASE:
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
|
|
}
|