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
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user