diff --git a/dist/launcher-buttons.js b/dist/launcher-buttons.js
index 3582cd0..252f22f 100644
--- a/dist/launcher-buttons.js
+++ b/dist/launcher-buttons.js
@@ -9889,6 +9889,42 @@ const launcherData = {
"deviceFamily": ["amazon-fire", "chromecast", "homatics", "nvidia-shield", "xiaomi"],},
+ "willow": {
+ "button": '',
+ "friendlyName": "Willow",
+ "className": "willowButton",
+ "deviceFamily": ["amazon-fire", "apple-tv", "homatics", "nvidia-shield", "onn", "xiaomi"],
+ "amazon-fire": {
+ "appName": "tv.willow",
+ "androidName": "tv.willow",
+ "adbLaunchCommand": "adb shell am start -n tv.willow/com.willow.android.tv.ui.splash.SplashActivity",
+ },
+ "apple-tv": {
+ "appName": "Willow",
+ },
+ "homatics": {
+ "appName": "tv.willow",
+ "androidName": "tv.willow",
+ "adbLaunchCommand": "adb shell am start -n tv.willow/com.willow.android.tv.ui.splash.SplashActivity",
+ },
+ "nvidia-shield": {
+ "appName": "tv.willow",
+ "androidName": "tv.willow",
+ "adbLaunchCommand": "adb shell am start -n tv.willow/com.willow.android.tv.ui.splash.SplashActivity",
+ },
+ "onn": {
+ "appName": "tv.willow",
+ "androidName": "tv.willow",
+ "adbLaunchCommand": "adb shell am start -n tv.willow/com.willow.android.tv.ui.splash.SplashActivity",
+ },
+ "xiaomi": {
+ "appName": "tv.willow",
+ "androidName": "tv.willow",
+ "adbLaunchCommand": "adb shell am start -n tv.willow/com.willow.android.tv.ui.splash.SplashActivity",
+ },
+ },
+
+
"windscribe-vpn": {
"button": '',
"button-round": '',
@@ -12392,6 +12428,10 @@ const launcherCSS = `
background: #2d2e2e;
}
+ .willowButton {
+ background: #1d202d;
+ }
+
.windscribeButton {
background: #04367d;
}