Changed manifest title

This commit is contained in:
Bernd Bestel 2023-08-06 09:28:41 +02:00
parent 1401ed5c00
commit 7689356a57
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -43,8 +43,8 @@ class SystemController extends BaseController
$data = explode('#', base64_decode($request->getQueryParams()['data']));
$manifest = [
'name' => $data[0] . ' | Grocy',
'short_name' => $data[0] . ' | Grocy',
'name' => 'Grocy ' . $data[0],
'short_name' => 'Grocy ' . $data[0],
'icons' => [[
'src' => './img/icon-1024.png',
'sizes'=> '1024x1024',