diff --git a/images/friendica-192.jpg b/images/friendica-192.jpg new file mode 100644 index 0000000000..de6ae75ae2 Binary files /dev/null and b/images/friendica-192.jpg differ diff --git a/images/friendica-192.png b/images/friendica-192.png new file mode 100644 index 0000000000..97537c6c34 Binary files /dev/null and b/images/friendica-192.png differ diff --git a/images/friendica-512.jpg b/images/friendica-512.jpg new file mode 100644 index 0000000000..a8bb114dc2 Binary files /dev/null and b/images/friendica-512.jpg differ diff --git a/images/friendica-512.png b/images/friendica-512.png new file mode 100644 index 0000000000..e579478df6 Binary files /dev/null and b/images/friendica-512.png differ diff --git a/src/Module/Manifest.php b/src/Module/Manifest.php index bfe758fa97..a3a6e57bc1 100644 --- a/src/Module/Manifest.php +++ b/src/Module/Manifest.php @@ -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', ], ],