-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
68 lines (68 loc) · 1.81 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
59
60
61
62
63
64
65
66
67
68
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Schedule reminders for daily prayer and play Azaan (For Bentonville Only)",
"examplePhrases": [
"Alexa, open daily prayer"
],
"keywords": [
"Azaan",
"Reminder",
"Daily",
"Prayer",
"Namaz",
"Reminder",
"Daily",
"Namaz"
],
"name": "Daily Prayer",
"description": "Schedule reminders for daily prayer when you say setup and play Azaan when you say listen.",
"smallIconUri": "file://assets/images/en-US_smallIconUri.png",
"largeIconUri": "file://assets/images/en-US_largeIconUri.png"
}
},
"automaticDistribution": {
"isActive": false
},
"isAvailableWorldwide": false,
"testingInstructions": "Only need reminder read write permission.",
"category": "ALARMS_AND_CLOCKS",
"distributionCountries": [
"US",
"PK"
]
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:396435065036:function:132b2242-120a-45bd-b8eb-717b6ea9bd62:Release_1"
},
"interfaces": [
{
"type": "AUDIO_PLAYER"
}
]
}
},
"permissions": [
{
"name": "alexa::alerts:reminders:skill:readwrite"
}
],
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {
"termsOfUseUrl": "https://github.com/faizan-tariq",
"privacyPolicyUrl": "https://github.com/faizan-tariq"
}
},
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}