gas-demoman/appsscript.json

16 lines
326 B
JSON
Raw Normal View History

2024-06-24 07:00:53 -05:00
{
"timeZone": "America/Chicago",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"sheets": {
"macros": [{
"menuName": "Untitled Macro",
"functionName": "UntitledMacro"
}, {
"menuName": "Untitled Macro 2",
"functionName": "UntitledMacro2"
}]
}
}