:rocket Ready to launch!

This commit is contained in:
2024-08-30 14:05:11 +08:00
parent a95292a9ef
commit f772bbdbbc
22 changed files with 221 additions and 26 deletions

View File

@ -21,13 +21,13 @@
<!-- iOS meta tags & icons -->
<meta name="apple-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="rhythm_box">
<meta name="apple-mobile-web-app-title" content="RhythmBox">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png">
<title>rhythm_box</title>
<title>RhythmBox</title>
<link rel="manifest" href="manifest.json">
<style id="splash-screen-style">
html {

View File

@ -1,6 +1,6 @@
{
"name": "rhythm_box",
"short_name": "rhythm_box",
"name": "RhythmBox",
"short_name": "RhythmBox",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",