2013-06-04 15:36:13 -04:00
|
|
|
{
|
|
|
|
"name": "Whiteout Mail",
|
2013-08-31 11:56:18 -04:00
|
|
|
"description": "Simple & elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
|
2013-10-04 13:32:56 -04:00
|
|
|
"version": "0.0.5.1",
|
2013-06-04 15:36:13 -04:00
|
|
|
"manifest_version": 2,
|
|
|
|
"offline_enabled": true,
|
2013-06-05 09:10:49 -04:00
|
|
|
"icons": {
|
2013-09-26 07:26:57 -04:00
|
|
|
"128": "img/icon.png"
|
2013-06-05 09:10:49 -04:00
|
|
|
},
|
2013-06-04 15:36:13 -04:00
|
|
|
"permissions": [
|
2013-08-16 14:31:18 -04:00
|
|
|
"https://storage.whiteout.io/",
|
|
|
|
"identity", {
|
2013-08-31 12:27:50 -04:00
|
|
|
"socket": [
|
|
|
|
"tcp-connect:imap.gmail.com:993",
|
|
|
|
"tcp-connect:smtp.gmail.com:465"
|
|
|
|
]
|
2013-08-16 14:31:18 -04:00
|
|
|
}
|
2013-06-04 15:36:13 -04:00
|
|
|
],
|
2013-07-30 06:23:58 -04:00
|
|
|
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBXqC3/oX5fP/gLORcVN62Pf3Ph+pO4qEB+FynSMWMoqWUt7FDoaKuHrsP/KInuP/0PUZcqpij9kB9MytLTqYzGIoRsUd37i1Dt6R69fnNsIqAISgoWIRg4VyRdon9cTIniv3DVV45PPyNCvN+oQoBMv9NbojWnlL9W05bKYkABQIDAQAB",
|
|
|
|
"oauth2": {
|
|
|
|
"client_id": "440907777130.apps.googleusercontent.com",
|
|
|
|
"scopes": [
|
2013-08-16 17:58:36 -04:00
|
|
|
"https://www.googleapis.com/auth/userinfo.email",
|
2013-08-16 14:31:18 -04:00
|
|
|
"https://mail.google.com/"
|
2013-07-30 06:23:58 -04:00
|
|
|
]
|
|
|
|
},
|
2013-06-04 15:36:13 -04:00
|
|
|
"app": {
|
|
|
|
"background": {
|
|
|
|
"scripts": ["background.js"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|