feat(tv-admin): fix action/focus flows, update app title, randomize unsplash, bump 1.0.9+10

This commit is contained in:
dwindown
2026-04-05 14:59:55 +07:00
parent c70a6baf7b
commit 98b8437e87
13 changed files with 144 additions and 131 deletions

View File

@@ -23,13 +23,13 @@
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="jamshalat_masjid_screen">
<meta name="apple-mobile-web-app-title" content="JamShalat - Masjid Screen">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>jamshalat_masjid_screen</title>
<title>JamShalat - Masjid Screen</title>
<link rel="manifest" href="manifest.json">
</head>
<body>

View File

@@ -1,6 +1,6 @@
{
"name": "jamshalat_masjid_screen",
"short_name": "jamshalat_masjid_screen",
"name": "JamShalat - Masjid Screen",
"short_name": "JamShalat",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",