2013-06-04 15:36:13 -04:00
|
|
|
{
|
|
|
|
"name": "Whiteout Mail",
|
2013-06-14 06:07:30 -04:00
|
|
|
"description": "Email service with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
2013-07-30 06:23:58 -04:00
|
|
|
"version": "0.0.3.3",
|
2013-06-04 15:36:13 -04:00
|
|
|
"manifest_version": 2,
|
|
|
|
"offline_enabled": true,
|
2013-06-05 09:10:49 -04:00
|
|
|
"icons": {
|
2013-06-23 09:30:19 -04:00
|
|
|
"128": "css/images/mail-128.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", {
|
|
|
|
"socket": ["tcp-connect"]
|
|
|
|
}
|
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"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sandbox": {
|
2013-06-05 12:02:00 -04:00
|
|
|
"pages": ["sandbox.html", "mail-content.html"],
|
2013-08-22 14:04:28 -04:00
|
|
|
"content_security_policy": "sandbox allow-scripts; default-src 'self'; object-src 'none'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src *; frame-src *"
|
2013-06-04 15:36:13 -04:00
|
|
|
}
|
|
|
|
}
|