5ffa265559
This reverts commit 31e7d285e3
.
This seemed like a nice feature, but the popup bubble isn't very
conducive to nontrivial user inputs, e.g. file inputs.
Fixes #211
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "TextSecure",
|
|
"description": "Secure texting ",
|
|
"version": "0.0.1",
|
|
"offline_enabled": false,
|
|
|
|
"permissions": [
|
|
"unlimitedStorage"
|
|
],
|
|
|
|
"icons": { "128": "images/icon.png" },
|
|
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"19": "images/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'"
|
|
}
|