aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-08-11 09:03:29 +0000
committerMario <mario@mariovavti.com>2023-08-11 09:03:29 +0000
commit87c41cb9ac3c1bd147e8cc2eae66d01f0eaa9c05 (patch)
treef48c2dfba34577e14f37b9259e7150e4468c554e /Zotlabs
parent0ec715d7c9d4bdce71210f9d025cf8ac0c02160d (diff)
parent3bd2a919925965c42dfab14ac13dfc5747955f01 (diff)
downloadvolse-hubzilla-87c41cb9ac3c1bd147e8cc2eae66d01f0eaa9c05.tar.gz
volse-hubzilla-87c41cb9ac3c1bd147e8cc2eae66d01f0eaa9c05.tar.bz2
volse-hubzilla-87c41cb9ac3c1bd147e8cc2eae66d01f0eaa9c05.zip
Merge branch 'DM42-Manifest-Typo-20230725' into 'dev'
Fix Typo See merge request hubzilla/core!2055
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Manifest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Manifest.php b/Zotlabs/Module/Manifest.php
index 4c418a56a..40bfde87d 100644
--- a/Zotlabs/Module/Manifest.php
+++ b/Zotlabs/Module/Manifest.php
@@ -23,7 +23,7 @@ class Manifest extends Controller {
[ 'src' => '/images/app/hz-144.png', 'sizes' => '144x144', 'type' => 'image/png' ],
[ 'src' => '/images/app/hz-152.png', 'sizes' => '152x152', 'type' => 'image/png' ],
[ 'src' => '/images/app/hz-192.png', 'sizes' => '192x192', 'type' => 'image/png', 'purpose' => 'any maskable' ],
- [ 'src' => '/images/app/hz-348.png', 'sizes' => '384x384', 'type' => 'image/png' ],
+ [ 'src' => '/images/app/hz-384.png', 'sizes' => '384x384', 'type' => 'image/png' ],
[ 'src' => '/images/app/hz-512.png', 'sizes' => '512x512', 'type' => 'image/png' ],
[ 'src' => '/images/app/hz.svg', 'sizes' => '64x64', 'type' => 'image/xml+svg' ]
],