updated webapp mainfest

This commit is contained in:
Tankred Hase 2013-03-30 14:12:02 +01:00
parent 5fe698b26a
commit 13ee758c8d
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}