-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsscript.json
More file actions
27 lines (27 loc) · 777 Bytes
/
appsscript.json
File metadata and controls
27 lines (27 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"timeZone": "America/New_York",
"dependencies": {},
"oauthScopes":[
"https://www.googleapis.com/auth/presentations",
"https://www.googleapis.com/auth/script.container.ui"
],
"addOns": {
"common": {
"name": "Math Equations V2",
"logoUrl": "https://raw.githubusercontent.com/brendena/MathEquations-component/master/images/favicon-16x16.png",
"openLinkUrlPrefixes": [
"https://github.com/brendena/MathEquationsGoogleSlideV2"
],
"universalActions": [{
"label": "Open google.com",
"openLink": "https://github.com/brendena/MathEquationsGoogleSlideV2"
}]
},
"gmail":{},
"docs":{},
"sheets": {},
"slides": {}
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}