mail/src/manifest.json

40 lines
1.2 KiB
JSON
Raw Normal View History

{
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.",
"version": "x.x.x.x",
"manifest_version": 2,
"offline_enabled": true,
"icons": {
2013-09-26 07:26:57 -04:00
"128": "img/icon.png"
},
2013-11-09 08:20:12 -05:00
"permissions": [
"unlimitedStorage", {
2013-10-22 08:48:38 -04:00
"fileSystem": ["write"]
},
"notifications",
"https://keys-test.whiteout.io/",
"identity", {
2013-08-31 12:27:50 -04:00
"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"]
}
},
"sandbox": {
"pages": ["sandbox.html"],
"content_security_policy": "sandbox allow-popups allow-scripts; default-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src *"
}
}