-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
85 lines (85 loc) · 2.55 KB
/
skill.json
File metadata and controls
85 lines (85 loc) · 2.55 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "A radio station devoted to great music and fantastic people",
"examplePhrases": [
"Alexa play Brothers FM",
"Alexa start Brothers FM",
"Alexa Launch Brother FM"
],
"keywords": [
"home",
"team",
"ABB",
"blues",
"ALlman Brothers",
"Allman",
"rock"
],
"name": "Brothers FM",
"description": "This radio station is devoted to the music of the brothers and sisters of the Allman Brothers Band",
"smallIconUri": "https://brothers.fm/wp-content/uploads/2024/08/Brothers-FM-logo-Green-FINAL-transparent-2560x2560-1-2048x2048.png",
"largeIconUri": "https://brothers.fm/wp-content/uploads/2024/08/Brothers-FM-logo-Green-FINAL-transparent-2560x2560-1-2048x2048.png"
}
},
"automaticDistribution": {
"isActive": false
},
"isAvailableWorldwide": false,
"testingInstructions": "No special instructions",
"category": "STREAMING_SERVICE",
"distributionMode": "PUBLIC",
"distributionCountries": [
"CA",
"GB",
"US"
]
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:742227020064:function:1cf33857-73d9-4e17-8cfc-cd6849ffdbf4:Release_1"
},
"interfaces": [
{
"type": "AUDIO_PLAYER"
}
],
"regions": {
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:742227020064:function:1cf33857-73d9-4e17-8cfc-cd6849ffdbf4:Release_1"
}
},
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:742227020064:function:1cf33857-73d9-4e17-8cfc-cd6849ffdbf4:Release_1"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:742227020064:function:1cf33857-73d9-4e17-8cfc-cd6849ffdbf4:Release_1"
}
}
}
}
},
"manifestVersion": "1.0",
"permissions": [],
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {
"termsOfUseUrl": "http://dabblelab.com/terms",
"privacyPolicyUrl": "http://dabblelab.com/privacy"
}
},
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}