Skip to content

Commit 6645f4c

Browse files
authored
Merge pull request #390 from liuyunwushui/master
add AIPodNav to list of app types
2 parents 361056f + d004ecc commit 6645f4c

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

server/assets/AIPodNav.png

35.7 KB
Loading

server/data/apps.json

+27
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,33 @@
2727
}
2828
]
2929
},
30+
{
31+
"appName": "AiPodNav",
32+
"appType": [
33+
"podcast player",
34+
"website",
35+
"directory",
36+
"other"
37+
],
38+
"appUrl": "https://www.aipodnav.com/",
39+
"appIconUrl": "AIPodNav.png",
40+
"platforms": [
41+
"Mobile",
42+
"Web",
43+
"Windows",
44+
"macOS"
45+
],
46+
"supportedElements": [
47+
{
48+
"elementName": "Transcript",
49+
"elementURL": "https://www.aipodnav.com/discover/new-podcast-transcript"
50+
},
51+
{
52+
"elementName": "Chapters",
53+
"elementURL": "https://www.aipodnav.com/"
54+
}
55+
]
56+
},
3057
{
3158
"appName": "Audicy",
3259
"appType": [

0 commit comments

Comments
 (0)