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",
"private": true,
"scripts": {

View File

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

View File

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