mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 06:48:50 -05:00
809de91354
* Add copy and paste private key import during setup * Simplify key setup screen (login-initial) import option * Make checkbox background color white
46 lines
1.3 KiB
JSON
46 lines
1.3 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-128-chrome.png",
|
|
"196": "img/icon-196-universal.png"
|
|
},
|
|
"permissions": [
|
|
"unlimitedStorage",
|
|
"notifications",
|
|
"https://keys-test.whiteout.io/",
|
|
"https://settings.whiteout.io/",
|
|
"https://admin-node.whiteout.io/",
|
|
"https://www.googleapis.com/",
|
|
"identity", {
|
|
"socket": [
|
|
"tcp-connect:*"
|
|
]
|
|
}
|
|
],
|
|
"sockets": {
|
|
"tcp": {
|
|
"connect": ""
|
|
}
|
|
},
|
|
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBXqC3/oX5fP/gLORcVN62Pf3Ph+pO4qEB+FynSMWMoqWUt7FDoaKuHrsP/KInuP/0PUZcqpij9kB9MytLTqYzGIoRsUd37i1Dt6R69fnNsIqAISgoWIRg4VyRdon9cTIniv3DVV45PPyNCvN+oQoBMv9NbojWnlL9W05bKYkABQIDAQAB",
|
|
"oauth2": {
|
|
"client_id": "440907777130.apps.googleusercontent.com",
|
|
"scopes": [
|
|
"email",
|
|
"https://mail.google.com/"
|
|
]
|
|
},
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
},
|
|
"sandbox": {
|
|
"pages": ["tpl/read-sandbox.html"],
|
|
"content_security_policy": "sandbox allow-popups allow-scripts; default-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src *"
|
|
}
|
|
} |