1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/manifest.webapp

14 lines
460 B
Plaintext
Raw Normal View History

2013-04-01 17:23:25 -04:00
{
"name": "Whiteout",
"description": "HTML5 Mail with an encrypted message store both locally and in the cloud",
2013-05-06 07:54:13 -04:00
"launch_path": "/mail-html5/src/",
2013-04-01 17:23:25 -04:00
"icons": {
2013-05-06 07:54:13 -04:00
"128": "/mail-html5/src/css/images/key-128.png"
2013-04-01 17:23:25 -04:00
},
"developer": {
"name": "Whiteout Networks GmbH",
"url": "http://whiteout.io"
},
"csp": "default-src *; script-src 'self' 'unsafe-eval'; options eval-script; object-src 'none'; style-src 'self' 'unsafe-inline'",
2013-04-01 17:23:25 -04:00
"default_locale": "en"
}