-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill.json
60 lines (60 loc) · 2.28 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Alexa skill to tell you about fires in your area",
"examplePhrases": [
"Alexa, start California Fires.",
"Alexa, ask California Fires to get fires in Los Angeles county.",
"Alexa, ask California Fires to get all fires."
],
"keywords": [
"fire",
"california",
"emergency",
"evacuate",
"county",
"local",
"alert",
"distance"
],
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/1bff/f37df10253d541748ca6978c5f390df6/APP_ICON?versionId=D9EoaLRKPqH7AyX5dXex83bd_bTeBkeI&AWSAccessKeyId=AKIAJFEYRBGIHK2BBYKA&Expires=1543891508&Signature=621g5zrZziSO8nu4SPO3x0ZHnVc%3D",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/cb91/feaf1e94f5fd4f2f86259aebbd4943ac/APP_ICON_LARGE?versionId=8ncpvfUJjj.VnFhG7wdkvctNtnc6lo_u&AWSAccessKeyId=AKIAJFEYRBGIHK2BBYKA&Expires=1543891508&Signature=2xMxbj5vFWBQpitXTFL5vHfBWBU%3D",
"name": "California Fires",
"description": "Alexa skill to tell you about fires in your area "
}
},
"isAvailableWorldwide": false,
"testingInstructions": "\"Alexa help\" to get a list of commands. Invoking the skill (\"Alexa start california fires\") should ask for the location permission if it has not already been granted.",
"category": "WEATHER",
"distributionCountries": ["US"]
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom/build"
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa:devices:all:address:country_and_postal_code:read"
}
],
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {
"termsOfUseUrl": "https://www.freeprivacypolicy.com/privacy/view/0232156c5e8de2bf97db252678ebcc4d",
"privacyPolicyUrl": "https://www.freeprivacypolicy.com/privacy/view/0232156c5e8de2bf97db252678ebcc4d"
}
},
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}