fix app name

This commit is contained in:
Thomas Amland 2021-05-01 18:16:16 +02:00
parent 8818a20afc
commit da88dc18e7
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "airsonic", "name": "airsonic-refix",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -13,7 +13,7 @@
<link rel="icon" href="<%= BASE_URL %>icon.svg"> <link rel="icon" href="<%= BASE_URL %>icon.svg">
<link rel=manifest href="<%= BASE_URL %>manifest.webmanifest"> <link rel=manifest href="<%= BASE_URL %>manifest.webmanifest">
<script src="<%= BASE_URL %>env.js"></script> <script src="<%= BASE_URL %>env.js"></script>
<title>Airsonic</title> <title>Airsonic (refix)</title>
</head> </head>
<body> <body>
<noscript> <noscript>

View File

@ -1,6 +1,6 @@
{ {
"name": "Airsonic", "name": "Airsonic (refix)",
"short_name": "Airsonic", "short_name": "Airsonic (refix)",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"theme_color": "#000", "theme_color": "#000",