feat: implement automatic smart mobile app launcher with custom schemes and web fallbacks
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s

This commit is contained in:
Kroonk
2026-05-21 22:28:22 +02:00
parent e663534000
commit 0d4377aed2
7 changed files with 107 additions and 5 deletions

View File

@@ -39,6 +39,7 @@
"description": "Cloud-Speicher",
"domain": "drive.mischlabs.de",
"url": "https://drive.mischlabs.de",
"mobileUrl": "nextcloud://",
"category": "media",
"accent": "#60a5fa",
"icon": "folder",
@@ -50,6 +51,7 @@
"description": "Passwort-Manager",
"domain": "password.mischlabs.de",
"url": "https://password.mischlabs.de",
"mobileUrl": "bitwarden://",
"category": "access",
"accent": "#eab308",
"icon": "lock",
@@ -61,6 +63,7 @@
"description": "Filme & Serien",
"domain": "movies.mischlabs.de",
"url": "https://movies.mischlabs.de",
"mobileUrl": "jellyfin://",
"category": "media",
"accent": "#a78bfa",
"icon": "film",
@@ -72,6 +75,7 @@
"description": "Hoerbuecher",
"domain": "audiobook.mischlabs.de",
"url": "https://audiobook.mischlabs.de",
"mobileUrl": "audiobookshelf://",
"category": "media",
"accent": "#22c55e",
"icon": "headphones",