mirror of
https://github.com/friendica/friendica
synced 2025-04-22 02:30:11 +00:00
Add link to 512px icon, fix missing link
This commit is contained in:
parent
2d0e0cd310
commit
b830c42ec1
2 changed files with 6 additions and 1 deletions
|
@ -47,6 +47,11 @@ class Manifest extends BaseModule
|
|||
'sizes' => '192x192',
|
||||
'type' => 'image/png',
|
||||
],
|
||||
[
|
||||
'src' => DI::baseUrl()->get() . '/' . $touch_icon,
|
||||
'sizes' => '512x512',
|
||||
'type' => 'image/png',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue