mirror of
https://github.com/moparisthebest/mail
synced 2025-01-11 05:28:00 -05:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
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": "x.x.x.x",
|
|
"manifest_version": 2,
|
|
"offline_enabled": true,
|
|
"icons": {
|
|
"128": "img/icon.png"
|
|
},
|
|
"permissions": [
|
|
"unlimitedStorage", {
|
|
"fileSystem": ["write"]
|
|
},
|
|
"notifications",
|
|
"https://keys-test.whiteout.io/",
|
|
"identity", {
|
|
"socket": [
|
|
"tcp-connect:imap.gmail.com:993",
|
|
"tcp-connect:smtp.gmail.com:465"
|
|
]
|
|
}
|
|
],
|
|
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBXqC3/oX5fP/gLORcVN62Pf3Ph+pO4qEB+FynSMWMoqWUt7FDoaKuHrsP/KInuP/0PUZcqpij9kB9MytLTqYzGIoRsUd37i1Dt6R69fnNsIqAISgoWIRg4VyRdon9cTIniv3DVV45PPyNCvN+oQoBMv9NbojWnlL9W05bKYkABQIDAQAB",
|
|
"oauth2": {
|
|
"client_id": "440907777130.apps.googleusercontent.com",
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/userinfo.email",
|
|
"https://mail.google.com/"
|
|
]
|
|
},
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
}
|
|
} |