mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
fixed path in app mainfest
This commit is contained in:
parent
61d97ab145
commit
654a89055b
@ -1,15 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Whiteout",
|
"name": "Whiteout",
|
||||||
"description": "HTML5 Mail with an encrypted message store both locally and in the cloud",
|
"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": {
|
"icons": {
|
||||||
"128": "/html5-mail/src/css/images/key-128.png"
|
"128": "/mail-html5/src/css/images/key-128.png"
|
||||||
},
|
},
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "Whiteout Networks GmbH",
|
"name": "Whiteout Networks GmbH",
|
||||||
"url": "http://whiteout.io"
|
"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'",
|
"csp": "default-src *; script-src 'self' 'unsafe-eval'; options eval-script; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
||||||
"default_locale": "en"
|
"default_locale": "en"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user