diff --git a/src/manifest.webapp b/src/manifest.webapp index 4d7771b..1175a36 100644 --- a/src/manifest.webapp +++ b/src/manifest.webapp @@ -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" } \ No newline at end of file