mail/manifest.webapp

15 lines
495 B
Plaintext
Raw Normal View History

{
"name": "Whiteout",
2013-03-30 09:12:02 -04:00
"description": "HTML5 Mail with an encrypted message store both locally and in the cloud",
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-29 05:47:32 -04:00
"appcache_path": "/html5-mail/src/manifest.appcache",
2013-03-30 09:12:02 -04:00
"csp": "script-src 'self' 'unsafe-eval'; object-src 'none'; style-src 'self' 'unsafe-inline'",
"default_locale": "en"
}