Skip to content

Commit

Permalink
Merge pull request #249 from Jerick120/master
Browse files Browse the repository at this point in the history
Add audicy to apps
  • Loading branch information
daveajones authored Apr 25, 2023
2 parents 8a2b384 + 9070b38 commit acb65f4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
Binary file added server/assets/audicylogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions server/data/apps-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"blockchain",
"podcaster wallet",
"open source",
"other"
"other",
"chat bot"
]
}
},
Expand Down Expand Up @@ -75,7 +76,8 @@
"Sailfish OS",
"Umbrel",
"Citadel",
"Hive"
"Hive",
"Discord"
]
}
},
Expand Down
23 changes: 23 additions & 0 deletions server/data/apps.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
[
{
"appName": "Audicy",
"appType": [
"podcast player",
"other",
"chat bot"
],
"appUrl": "https://audicy.xyz",
"appIconUrl": "audicylogo.png",
"platforms": [
"Discord"
],
"supportedElements": [
{
"elementName": "Search",
"elementURL": "https://audicy.xyz"
},
{
"elementName": "Episode",
"elementURL": "https://audicy.xyz"
}
]
},
{
"appName": "chaptertool",
"appType": [
Expand Down

0 comments on commit acb65f4

Please sign in to comment.