From 4762e9507dcd824d25dc43beef63293a93911513 Mon Sep 17 00:00:00 2001 From: David Bebawy <52139648+davbebawy@users.noreply.github.com> Date: Fri, 12 Jun 2026 17:29:27 -0400 Subject: [PATCH] Add Fox One Add new Fox One channel for Apple TV --- dist/launcher-buttons.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dist/launcher-buttons.js b/dist/launcher-buttons.js index b7a5f81..eb54395 100644 --- a/dist/launcher-buttons.js +++ b/dist/launcher-buttons.js @@ -3105,6 +3105,15 @@ const launcherData = { }, }, + "fox-one": { + "button": '', + "friendlyName": "FOX One", + "className": "foxOneButton", + "deviceFamily": ["apple-tv"], + "apple-tv": { + "appName": "FOX One", + }, + } "fox-sports": { "button": '', @@ -12587,4 +12596,4 @@ const launcherCSS = ` `; -export { launcherData, launcherCSS }; \ No newline at end of file +export { launcherData, launcherCSS };