20baa795ad
Refactor all avatar views to use a shared partial, then change it to a background image. Requires allowing unsafe-inline styles in the CSP.
31 lines
792 B
JSON
31 lines
792 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",
|
|
|
|
"content_security_policy":
|
|
"default-src 'self'; img-src 'self' data:; connect-src https://textsecure-service-staging.whispersystems.org wss://textsecure-service-staging.whispersystems.org https://whispersystems-textsecure-attachments-staging.s3.amazonaws.com; style-src 'self' 'unsafe-inline'"
|
|
|
|
}
|