-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
46 lines (46 loc) · 1.15 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
{
"skillManifest": {
"apis": {
"custom": {
"endpoint": {
"sourceDir": "output"
}
}
},
"manifestVersion": "1.0",
"permissions": [],
"privacyAndCompliance": {
"allowsPurchases": false,
"containsAds": false,
"isChildDirected": false,
"isExportCompliant": true,
"locales": {},
"usesPersonalInfo": false
},
"publishingInformation": {
"category": "GAMES",
"distributionCountries": [],
"isAvailableWorldWide": true,
"locales": {
"en-US": {
"description": "Figure out my secret five-letter word in as few guesses as possible. Each time you guess, I will say how many letters your guess shares with the secret word.",
"examplePhrases": [
"Alexa, open Secret word",
"I guess \"track\".",
"I give up"
],
"keywords": [
"game",
"words",
"puzzle"
],
"name": "secret word",
"summary": "Guess the secret word"
}
},
"testingInstructions": ""
},
"regions": {},
"subscriptions": []
}
}