mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
updated webapp mainfest
This commit is contained in:
parent
5fe698b26a
commit
13ee758c8d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Whiteout",
|
||||
"description": "HTML5 Mail with end-2-end encrypted messenging and encrypted cloud storage",
|
||||
"description": "HTML5 Mail with an encrypted message store both locally and in the cloud",
|
||||
"launch_path": "/html5-mail/src/",
|
||||
"icons": {
|
||||
"128": "/html5-mail/src/css/images/key-128.png"
|
||||
@ -10,6 +10,6 @@
|
||||
"url": "http://whiteout.io"
|
||||
},
|
||||
"appcache_path": "/html5-mail/src/manifest.appcache",
|
||||
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self'",
|
||||
"csp": "script-src 'self' 'unsafe-eval'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
||||
"default_locale": "en"
|
||||
}
|
Loading…
Reference in New Issue
Block a user