diff --git a/images/fileball.png b/images/fileball.png new file mode 100644 index 000000000..ad90f840e Binary files /dev/null and b/images/fileball.png differ diff --git a/public/images/fileball.webp b/public/images/fileball.webp new file mode 100644 index 000000000..70d671788 Binary files /dev/null and b/public/images/fileball.webp differ diff --git a/src/pages/home/previews/video_box.tsx b/src/pages/home/previews/video_box.tsx index 2aa1f58ba..f04579fa5 100644 --- a/src/pages/home/previews/video_box.tsx +++ b/src/pages/home/previews/video_box.tsx @@ -37,6 +37,11 @@ export const players: { icon: string; name: string; scheme: string }[] = [ name: "Infuse", scheme: "infuse://x-callback-url/play?url=$durl", }, + { + icon: "fileball", + name: "Fileball", + scheme: "filebox://play?url=$durl", + }, { icon: "mxplayer", name: "MX Player",