-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappsscript.json
54 lines (54 loc) · 1.74 KB
/
appsscript.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"timeZone": "Europe/Paris",
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/script.container.ui",
"https://www.googleapis.com/auth/documents",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/docs",
"https://www.googleapis.com/auth/script.external_request"
],
"runtimeVersion": "V8",
"addOns": {
"common": {
"name": "Songbook",
"logoUrl": "https://songbook.fusakla.cz/assets/images/logo-black.png",
"openLinkUrlPrefixes": [
"https://songbook.fusakla.cz/",
"https://github.com/FUSAKLA/gdocs-songbook",
"https://tabs.ultimate-guitar.com/",
"https://pisnicky-akordy.cz/",
"https://supermusic.sk/",
"https://supermusic.cz/",
"https://velkyzpevnik.cz/",
"https://www.velkyzpevnik.cz/",
"https://akordy.kytary.cz/",
"https://pdfmerge.w69b.com/",
"https://api.qrserver.com/",
"https://acordes.lacuerda.net/",
"https://www.songbook.fun/",
"https://cifraclub.com.br/",
"https://www.cifraclub.com.br/"
]
},
"docs": {}
},
"urlFetchWhitelist": [
"https://songbook.fusakla.cz/",
"https://tabs.ultimate-guitar.com/",
"https://pisnicky-akordy.cz/",
"https://supermusic.sk/",
"https://supermusic.cz/",
"https://velkyzpevnik.cz/",
"https://www.velkyzpevnik.cz/",
"https://akordy.kytary.cz/",
"https://api.qrserver.com/",
"https://acordes.lacuerda.net/",
"https://velky-zpevnik.cz/",
"https://www.songbook.fun/",
"https://cifraclub.com.br/",
"https://www.cifraclub.com.br/"
]
}