-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsscript.json
More file actions
33 lines (33 loc) · 810 Bytes
/
appsscript.json
File metadata and controls
33 lines (33 loc) · 810 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
28
29
30
31
32
33
{
"timeZone": "Asia/Tehran",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"oauthScopes": [
"https://www.googleapis.com/auth/documents.currentonly",
"https://www.googleapis.com/auth/script.container.ui"
],
"addOns": {
"common": {
"name": "Farsi Tools",
"logoUrl": "https://imgur.com/a/FDc9dre",
"layoutProperties": {
"primaryColor": "#202124",
"secondaryColor": "#303134"
},
"homepageTrigger": {
"runFunction": "openSidebar",
"enabled": true
}
},
"docs": {
"homepageTrigger": {
"runFunction": "openSidebar",
"enabled": true
},
"onFileScopeGrantedTrigger": {
"runFunction": "onOpen"
}
}
}
}