1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/test/manifest.json
2013-10-02 15:47:41 +02:00

26 lines
766 B
JSON

{
"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"]
}
}
}