1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00
mail/src/manifest.webapp
Tankred Hase 1311cd1c5e Firefox App and AppCache
* Add app manifest for firefox packaged app
* Ask user to reload when appcache is updated
* Fix boxshadow on all inputs and textareas
* Fix AppCache for Firefox
* Move Chrome App update code to updatehandler
2014-09-21 03:25:53 +02:00

26 lines
820 B
JSON

{
"name": "Whiteout Mail",
"description": "Simple and elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
"version": "0.17.1.0",
"launch_path": "/index.html",
"icons": {
"128": "/img/icon-128.png"
},
"developer": {
"name": "Whiteout Networks GmbH",
"url": "https://whiteout.io"
},
"default_locale": "en",
"type": "privileged",
"permissions": {
"tcp-socket": {
"description": "Required to connect to mail servers via IMAP/SMTP"
},
"desktop-notification": {
"description": "Required to show notifications on incoming mails."
},
"storage": {
"description": "Required to store messages for offline use."
}
}
}