forked from Jorgargom/ASKVideoSeries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
58 lines (58 loc) · 1.56 KB
/
skill.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
55
56
57
58
{
"manifest": {
"publishingInformation": {
"locales": {
"es-ES": {
"name": "Feliz Cumpleaños"
},
"es-MX": {
"name": "Feliz Cumpleaños"
},
"es-US": {
"name": "Feliz Cumpleaños"
},
"en-US": {
"name": "Happy Birthday"
},
"en-AU": {
"name": "Happy Birthday"
},
"en-CA": {
"name": "Happy Birthday"
},
"en-GB": {
"name": "Happy Birthday"
},
"en-IN": {
"name": "Happy Birthday"
},
"fr-FR": {
"name": "Joyeux Anniversaire"
},
"fr-CA": {
"name": "Bonne Fête"
},
"it-IT": {
"name": "Buon Compleanno"
}
}
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "ask-custom-happy-birthday-default"
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa::profile:given_name:read"
},
{
"name": "alexa::alerts:reminders:skill:readwrite"
}
]
}
}