diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 33c0e289aed..b7bef1aa46a 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -1234,7 +1234,7 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr
//if (empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) print ''."\n";
// Mobile appli like icon
- $manifest = DOL_MAIN_URL_ROOT . '/theme/'.$conf->theme.'/manifest.json.php';
+ $manifest = DOL_URL_ROOT . '/theme/'.$conf->theme.'/manifest.json.php';
if(!empty($manifest)){
print ''."\n";
}
diff --git a/htdocs/theme/eldy/manifest.json.php b/htdocs/theme/eldy/manifest.json.php
index 287e9c1b1a9..8809286ed1e 100644
--- a/htdocs/theme/eldy/manifest.json.php
+++ b/htdocs/theme/eldy/manifest.json.php
@@ -46,7 +46,7 @@ if (!empty($conf->global->MAIN_APPLICATION_TITLE)) $appli=$conf->global->MAIN_AP
"name": "",
"icons": [
{
- "src": "",
+ "src": "",
"sizes": "256x256",
"type": "image/png"
}