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

@@ -13,7 +13,7 @@
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v2.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png">
<link rel="stylesheet" href="style.css?v=26">
<link rel="stylesheet" href="style.css?v=27">
</head>
<body>
<header class="shell hero">
@@ -117,6 +117,6 @@
</svg>
</div>
<script src="/app.js?v=6" defer></script>
<script src="/app.js?v=27" defer></script>
</body>
</html>