Adding bigger icons and updating one used for PWA

This commit is contained in:
Vinzenz Vietzke 2020-10-02 23:11:45 +02:00
rodič 90b42c1692
revize 2d0e0cd310
5 změnil soubory, kde provedl 2 přidání a 2 odebrání

binární
images/friendica-192.jpg Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 13 KiB

binární
images/friendica-192.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 17 KiB

binární
images/friendica-512.jpg Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 25 KiB

binární
images/friendica-512.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 34 KiB

Zobrazit soubor

@ -31,7 +31,7 @@ class Manifest extends BaseModule
{
$config = DI::config();
$touch_icon = $config->get('system', 'touch_icon') ?: 'images/friendica-128.png';
$touch_icon = $config->get('system', 'touch_icon') ?: 'images/friendica-192.png';
$theme = DI::config()->get('system', 'theme');
@ -44,7 +44,7 @@ class Manifest extends BaseModule
'icons' => [
[
'src' => DI::baseUrl()->get() . '/' . $touch_icon,
'sizes' => '128x128',
'sizes' => '192x192',
'type' => 'image/png',
],
],