We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a2b384 + 9070b38 commit acb65f4Copy full SHA for acb65f4
3 files changed
server/assets/audicylogo.png
655 KB
server/data/apps-schema.json
@@ -40,7 +40,8 @@
40
"blockchain",
41
"podcaster wallet",
42
"open source",
43
- "other"
+ "other",
44
+ "chat bot"
45
]
46
}
47
},
@@ -75,7 +76,8 @@
75
76
"Sailfish OS",
77
"Umbrel",
78
"Citadel",
- "Hive"
79
+ "Hive",
80
+ "Discord"
81
82
83
server/data/apps.json
@@ -1,4 +1,27 @@
1
[
2
+ {
3
+ "appName": "Audicy",
4
+ "appType": [
5
+ "podcast player",
6
7
8
+ ],
9
+ "appUrl": "https://audicy.xyz",
10
+ "appIconUrl": "audicylogo.png",
11
+ "platforms": [
12
13
14
+ "supportedElements": [
15
16
+ "elementName": "Search",
17
+ "elementURL": "https://audicy.xyz"
18
+ },
19
20
+ "elementName": "Episode",
21
22
+ }
23
+ ]
24
25
{
26
"appName": "chaptertool",
27
"appType": [
0 commit comments