2013-06-04 15:36:13 -04:00
|
|
|
{
|
2013-11-12 14:02:46 -05:00
|
|
|
"name": "Whiteout Mail",
|
2013-11-18 11:44:59 -05:00
|
|
|
"description": "Simple and elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
|
2013-11-13 05:50:41 -05:00
|
|
|
"version": "x.x.x.x",
|
2013-06-04 15:36:13 -04:00
|
|
|
"manifest_version": 2,
|
|
|
|
"offline_enabled": true,
|
2013-06-05 09:10:49 -04:00
|
|
|
"icons": {
|
2014-08-13 07:37:55 -04:00
|
|
|
"128": "img/icon-128-chrome.png",
|
2014-10-30 13:05:15 -04:00
|
|
|
"196": "img/icon-196-universal.png"
|
2013-06-05 09:10:49 -04:00
|
|
|
},
|
2013-11-09 08:20:12 -05:00
|
|
|
"permissions": [
|
2014-09-24 06:46:19 -04:00
|
|
|
"unlimitedStorage",
|
2013-11-05 08:00:50 -05:00
|
|
|
"notifications",
|
2014-01-23 08:52:46 -05:00
|
|
|
"https://keys-test.whiteout.io/",
|
2014-11-13 06:39:48 -05:00
|
|
|
"https://settings.whiteout.io/",
|
2014-09-15 11:09:13 -04:00
|
|
|
"https://admin-node.whiteout.io/",
|
2014-05-21 07:01:41 -04:00
|
|
|
"https://www.googleapis.com/",
|
2013-08-16 14:31:18 -04:00
|
|
|
"identity", {
|
2013-08-31 12:27:50 -04:00
|
|
|
"socket": [
|
2014-07-01 13:49:19 -04:00
|
|
|
"tcp-connect:*"
|
2013-08-31 12:27:50 -04:00
|
|
|
]
|
2013-08-16 14:31:18 -04:00
|
|
|
}
|
2013-06-04 15:36:13 -04:00
|
|
|
],
|
2014-10-24 06:38:30 -04:00
|
|
|
"sockets": {
|
|
|
|
"tcp": {
|
|
|
|
"connect": ""
|
|
|
|
}
|
|
|
|
},
|
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": [
|
2014-05-21 07:01:41 -04:00
|
|
|
"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"]
|
|
|
|
}
|
2014-06-25 02:17:03 -04:00
|
|
|
},
|
|
|
|
"sandbox": {
|
2014-07-10 14:07:03 -04:00
|
|
|
"pages": ["tpl/read-sandbox.html"],
|
2014-06-25 02:17:03 -04:00
|
|
|
"content_security_policy": "sandbox allow-popups allow-scripts; default-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src *"
|
2013-06-04 15:36:13 -04:00
|
|
|
}
|
|
|
|
}
|