mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
added oauth and identity values to chrome manifest
This commit is contained in:
parent
9a8088115f
commit
f3b87c326b
@ -1,15 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "Whiteout Mail",
|
"name": "Whiteout Mail",
|
||||||
"description": "Email service with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
"description": "Email service with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
|
||||||
"version": "0.0.3.2",
|
"version": "0.0.3.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "css/images/mail-128.png"
|
"128": "css/images/mail-128.png"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"https://storage.whiteout.io/"
|
"https://storage.whiteout.io/",
|
||||||
|
"identity"
|
||||||
],
|
],
|
||||||
|
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBXqC3/oX5fP/gLORcVN62Pf3Ph+pO4qEB+FynSMWMoqWUt7FDoaKuHrsP/KInuP/0PUZcqpij9kB9MytLTqYzGIoRsUd37i1Dt6R69fnNsIqAISgoWIRg4VyRdon9cTIniv3DVV45PPyNCvN+oQoBMv9NbojWnlL9W05bKYkABQIDAQAB",
|
||||||
|
"oauth2": {
|
||||||
|
"client_id": "440907777130.apps.googleusercontent.com",
|
||||||
|
"scopes": [
|
||||||
|
"https://mail.google.com/"
|
||||||
|
]
|
||||||
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["background.js"]
|
"scripts": ["background.js"]
|
||||||
|
Loading…
Reference in New Issue
Block a user