mirror of https://github.com/moparisthebest/mail
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
873 B
27 lines
873 B
{ |
|
"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.22.1.0", |
|
"launch_path": "/index.html", |
|
"icons": { |
|
"128": "/img/icon-128-chrome.png", |
|
"196": "/img/icon-196-universal.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." |
|
} |
|
} |
|
} |