Skip to content

Commit acb65f4

Browse files
authored
Merge pull request #249 from Jerick120/master
Add audicy to apps
2 parents 8a2b384 + 9070b38 commit acb65f4

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

server/assets/audicylogo.png

655 KB
Loading

server/data/apps-schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"blockchain",
4141
"podcaster wallet",
4242
"open source",
43-
"other"
43+
"other",
44+
"chat bot"
4445
]
4546
}
4647
},
@@ -75,7 +76,8 @@
7576
"Sailfish OS",
7677
"Umbrel",
7778
"Citadel",
78-
"Hive"
79+
"Hive",
80+
"Discord"
7981
]
8082
}
8183
},

server/data/apps.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
[
2+
{
3+
"appName": "Audicy",
4+
"appType": [
5+
"podcast player",
6+
"other",
7+
"chat bot"
8+
],
9+
"appUrl": "https://audicy.xyz",
10+
"appIconUrl": "audicylogo.png",
11+
"platforms": [
12+
"Discord"
13+
],
14+
"supportedElements": [
15+
{
16+
"elementName": "Search",
17+
"elementURL": "https://audicy.xyz"
18+
},
19+
{
20+
"elementName": "Episode",
21+
"elementURL": "https://audicy.xyz"
22+
}
23+
]
24+
},
225
{
326
"appName": "chaptertool",
427
"appType": [

0 commit comments

Comments
 (0)