1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00
mail/manifest.webapp

15 lines
498 B
Plaintext
Raw Normal View History

{
"name": "Whiteout",
"description": "HTML5 Mail with end-2-end encrypted messenging and encrypted cloud storage",
2013-03-28 16:52:48 -04:00
"launch_path": "/html5-mail/src/",
"icons": {
2013-03-28 16:52:48 -04:00
"128": "/html5-mail/src/css/images/key-128.png"
},
"developer": {
"name": "Whiteout Networks GmbH",
"url": "http://whiteout.io"
},
2013-03-28 16:58:44 -04:00
"appcache_path": "/html5-mail/src/manifest.appcache",
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
"default_locale": "en"
}