diff --git a/dist/launcher-buttons.js b/dist/launcher-buttons.js index cf76fa8..6ecd3c9 100644 --- a/dist/launcher-buttons.js +++ b/dist/launcher-buttons.js @@ -5999,6 +5999,43 @@ const launcherData = { }, + "orf-on": { + "button": '', + "button-round": '', + "friendlyName": "ORF ON", + "className": "orfOnButton", + "deviceFamily": ["amazon-fire", "apple-tv", "homatics", "nvidia-shield", "onn", "xiaomi"], + "amazon-fire": { + "appName": "com.nousguide.android.tvthek.fire", + "androidName": "com.nousguide.android.tvthek.fire", + "adbLaunchCommand": "adb shell am start -n com.nousguide.android.tvthek.fire/com.nousguide.android.orftvthek.MainActivity", + }, + "apple-tv": { + "appName": "ORF ON", + }, + "homatics": { + "appName": "com.nousguide.android.orftvthek", + "androidName": "com.nousguide.android.orftvthek", + "adbLaunchCommand": "adb shell am start -n com.nousguide.android.orftvthek/.MainActivity", + }, + "nvidia-shield": { + "appName": "com.nousguide.android.orftvthek", + "androidName": "com.nousguide.android.orftvthek", + "adbLaunchCommand": "adb shell am start -n com.nousguide.android.orftvthek/.MainActivity", + }, + "onn": { + "appName": "com.nousguide.android.orftvthek", + "androidName": "com.nousguide.android.orftvthek", + "adbLaunchCommand": "adb shell am start -n com.nousguide.android.orftvthek/.MainActivity", + }, + "xiaomi": { + "appName": "com.nousguide.android.orftvthek", + "androidName": "com.nousguide.android.orftvthek", + "adbLaunchCommand": "adb shell am start -n com.nousguide.android.orftvthek/.MainActivity", + }, + }, + + "pandora": { "button": '', "friendlyName": "Pandora", @@ -11668,6 +11705,10 @@ const launcherCSS = ` background: #161616; } + .orfOnButton { + background: #1a1c20; + } + .pandoraButton { background: #3668ff; }