add app script

This commit is contained in:
Ultrablob 2025-01-20 11:42:59 -05:00
parent 62d5adbd76
commit a8f2a96e5e
2 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"timeZone": "America/Toronto",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/script.external_request"
],
"runtimeVersion": "V8"
}