more bug fixes

This commit is contained in:
Hesabix 2025-03-21 19:25:19 +00:00
parent ecce2edf45
commit 9ea0f2092b
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<title>حسابداری آنلاین</title> <title>حسابداری آنلاین</title>
<!-- Manifest --> <!-- Manifest -->
<link rel="manifest" href="./manifest.json" /> <link rel="manifest" href="/u/manifest.json" />
<!-- Icons --> <!-- Icons -->
<!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers --> <!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers -->
<link href="/img/favicons/favicon.png" rel="shortcut icon" /> <link href="/img/favicons/favicon.png" rel="shortcut icon" />

View file

@ -6,7 +6,7 @@
"related_applications": [ "related_applications": [
{ {
"platform": "webapp", "platform": "webapp",
"url": "./manifest.json" "url": "/u/manifest.json"
} }
], ],
"display": "standalone", "display": "standalone",