-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
65 lines (65 loc) · 2.04 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
{
"manifest": {
"apis": {
"flashBriefing": {
"locales": {
"en-US": {
"feeds": [
{
"name": "Hacker Daily",
"url": "https://myserver/cve.json",
"imageUri": "",
"contentType": "TEXT",
"genre": "TECHNOLOGY",
"updateFrequency": "HOURLY",
"vuiPreamble": "In today's software vulnerability news...",
"isDefault": true
}
],
"customErrorMessage": "I'm sorry, I've been pwned! Just kidding! Something's up, though, so try me later."
}
}
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"locales": {
"en-US": {
"privacyPolicyUrl": "https://mywebhost/privacy.html"
}
},
"allowsPurchases": false,
"usesPersonalInfo": false,
"isChildDirected": false,
"isExportCompliant": true,
"containsAds": false
},
"publishingInformation": {
"locales": {
"en-US": {
"name": "Hacker Daily",
"smallIconUri": "",
"largeIconUri": "",
"summary": "Start your day with a list of the freshest software vulnerabilities!",
"description": "Stay up-to-date on the latest software vulnerabilities straight from the Common Vulnerabilities and Exposures (CVE) database. \n\nHacker Daily is updated hourly.",
"examplePhrases": [
"Alexa, what's my Flash Briefing?",
"Alexa, what's in the news?"
],
"keywords": [
"cve",
"hacker",
"software",
"vulnerabilities",
"vulns",
"exploits"
]
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Add Hacker Daily to your Daily Briefing, Alexa will read out the last five CVE entries from the Mitre/National Vulnerability Database.",
"category": "BUSINESS_AND_FINANCE",
"distributionCountries": []
}
}
}