Add link to 512px icon, fix missing link
This commit is contained in:
parent
2d0e0cd310
commit
b830c42ec1
|
@ -233,7 +233,7 @@ class Page implements ArrayAccess
|
||||||
|
|
||||||
$touch_icon = $config->get('system', 'touch_icon');
|
$touch_icon = $config->get('system', 'touch_icon');
|
||||||
if ($touch_icon == '') {
|
if ($touch_icon == '') {
|
||||||
$touch_icon = 'images/friendica-128.png';
|
$touch_icon = 'images/friendica-192.png';
|
||||||
}
|
}
|
||||||
|
|
||||||
Hook::callAll('head', $this->page['htmlhead']);
|
Hook::callAll('head', $this->page['htmlhead']);
|
||||||
|
|
|
@ -47,6 +47,11 @@ class Manifest extends BaseModule
|
||||||
'sizes' => '192x192',
|
'sizes' => '192x192',
|
||||||
'type' => 'image/png',
|
'type' => 'image/png',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'src' => DI::baseUrl()->get() . '/' . $touch_icon,
|
||||||
|
'sizes' => '512x512',
|
||||||
|
'type' => 'image/png',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user