1
0
mirror of https://github.com/Luzifer/gmail-manage.git synced 2024-09-19 00:22:58 +00:00
gmail-manage/appsscript.json
Knut Ahlers 3e3cf696cd
Advance development
- Use ES6 and Babel to transpile to AppsScript
- Add filter management
- Move config to config
2018-10-21 01:02:53 +02:00

11 lines
214 B
JSON

{
"timeZone": "Europe/Paris",
"dependencies": {
"enabledAdvancedServices": [{
"userSymbol": "Gmail",
"serviceId": "gmail",
"version": "v1"
}]
},
"exceptionLogging": "STACKDRIVER"
}