Browse Source

Add the start_url to Manifest

pull/1021/head
Timothée Jaussoin 4 years ago
parent
commit
bdcd4dfd5f
  1. 3
      app/widgets/Manifest/Manifest.php

3
app/widgets/Manifest/Manifest.php

@ -48,7 +48,8 @@ class Manifest extends Base
'display' => 'standalone',
'orientation' => 'portrait-primary',
'background_color' => '#3F51B5',
'theme_color' => '#10151A'
'theme_color' => '#10151A',
'start_url' => '?login',
];
$this->view->assign('json', json_encode($infos));

Loading…
Cancel
Save