-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
58 lines (58 loc) · 2.42 KB
/
Copy pathskill.json
File metadata and controls
58 lines (58 loc) · 2.42 KB
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": {
"en-US": {
"summary": "Automate your dog training. Amaze everyone at parties and show off how your dog follows the trainer's commands.",
"examplePhrases": [
"Alexa, ask Dog Trainer to start a training for Bobby.",
"Alexa, start Dog Trainer.",
"Alexa, ask Dog Trainer to keep my dog busy."
],
"keywords": [
"train",
"pet",
"dog",
"trainer",
"game",
"sit",
"down",
"dog",
"whisperer",
"dogwhisperer",
"dogtrainer",
"training",
"petfriend",
"friend",
"activity",
"pet"
],
"name": "Dog Trainer",
"smallIconUri": "https://raw.githubusercontent.com/BalloonInc/alexa-dogtrainer/master/AppIcon.png",
"description": "Dog Trainer for Alexa is a funny and playful way to entertain your dog. Tell the trainer your dog's name, and ask to start a training!\n\nThe trainer will ask the dog to come to him, sit and lay down in front of him.\n\nWe might need your help the first few times, so go get some treats before starting. Make the dog execute the commands I give him, and reward him with a treat when he does so. Repeat three to five times, and we will be good on our own.\n\nGuaranteed to amaze all your friends and family.\n\nDog Trainer for Alexa is open source software, the source can be found here: https://github.com/BalloonInc/alexa-dogtrainer\n\nFor any suggestions or issues, send us an e-mail on support@ballooninc.be, or create a Github issue.\n\nLet's get started and woof some fun!",
"largeIconUri": "https://raw.githubusercontent.com/BalloonInc/alexa-dogtrainer/master/AppIcon-large.png"
}
},
"isAvailableWorldwide": true,
"testingInstructions": "You might need a dog to test it thoroughly ;)",
"category": "PETS_AND_ANIMAL",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/deploy.zip"
},
"interfaces": []
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}