mirror of https://github.com/moparisthebest/mail
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
766 B
26 lines
766 B
{ |
|
"name": "Whiteout Mail Integration Tests", |
|
"description": "", |
|
"version": "0.0.1", |
|
"manifest_version": 2, |
|
"offline_enabled": true, |
|
"permissions": [ |
|
"https://storage.whiteout.io/", |
|
"identity", { |
|
"socket": ["tcp-connect"] |
|
} |
|
], |
|
"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": ["integration/background.js"] |
|
} |
|
} |
|
} |