fixed path in app mainfest

This commit is contained in:
Tankred Hase 2013-05-06 13:54:13 +02:00
parent 61d97ab145
commit 654a89055b
1 changed files with 2 additions and 3 deletions

View File

@ -1,15 +1,14 @@
{
"name": "Whiteout",
"description": "HTML5 Mail with an encrypted message store both locally and in the cloud",
"launch_path": "/html5-mail/src/",
"launch_path": "/mail-html5/src/",
"icons": {
"128": "/html5-mail/src/css/images/key-128.png"
"128": "/mail-html5/src/css/images/key-128.png"
},
"developer": {
"name": "Whiteout Networks GmbH",
"url": "http://whiteout.io"
},
"appcache_path": "/html5-mail/src/manifest.appcache",
"csp": "default-src *; script-src 'self' 'unsafe-eval'; options eval-script; object-src 'none'; style-src 'self' 'unsafe-inline'",
"default_locale": "en"
}