feat(waze patch): waze media menu browse source options

This commit is contained in:
Se7en-dev
2026-07-02 20:26:12 +02:00
parent 523f0a342b
commit 75f8187526
7 changed files with 115 additions and 15 deletions
+16 -1
View File
@@ -219,7 +219,22 @@
"extensionFiles": ["radiant/WazeInitReceiver.smali", "radiant/WazeServiceConnection.smali"],
"title": "Waze Integration",
"description": "Control TIDAL playback from the Waze app",
"default": true
"default": true,
"advancedOptions": [
{
"type": "choice",
"key": "browse_root",
"title": "Media Menu",
"entries": ["Auto Menu", "Home", "Recents"],
"values": [
"ROOT_AUTO",
"HOME_V2::home_page_v2_id",
"RECENTLY_PLAYED::home/pages/CONTINUE_LISTEN_TO/view-all"
],
"defaultIndex": 0,
"token": "RL_WAZE_ROOT_ID"
}
]
},
{
"id": "DebugMenuUnlock",