We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae891e4 commit b4cf04dCopy full SHA for b4cf04d
solutions/ooo-assistant/appsscript.json
@@ -16,18 +16,18 @@
16
},
17
"addOns": {
18
"common": {
19
- "name": "OOO Assistant",
20
- "logoUrl": "https://goo.gle/3SfMkjb",
21
- "homepageTrigger": {
22
- "runFunction": "onHomepage"
23
- },
24
- "universalActions": [{
25
- "label": "Block day out",
26
- "runFunction": "blockDayOut"
27
- }, {
28
- "label": "Set auto reply",
29
- "runFunction": "setAutoReply"
30
- }]
+ "name": "OOO Assistant",
+ "logoUrl": "https://goo.gle/3SfMkjb",
+ "homepageTrigger": {
+ "runFunction": "onHomepage"
+ },
+ "universalActions": [{
+ "label": "Block day out",
+ "runFunction": "blockDayOut"
+ }, {
+ "label": "Set auto reply",
+ "runFunction": "setAutoReply"
+ }]
31
32
"chat": {},
33
"calendar": {},
0 commit comments