more bug fixes
This commit is contained in:
parent
ecce2edf45
commit
9ea0f2092b
|
@ -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" />
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"related_applications": [
|
"related_applications": [
|
||||||
{
|
{
|
||||||
"platform": "webapp",
|
"platform": "webapp",
|
||||||
"url": "./manifest.json"
|
"url": "/u/manifest.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
|
Loading…
Reference in a new issue