🔧 (manifest) set display to standalone

This commit is contained in:
Julien Calixte
2020-08-09 09:34:07 +02:00
parent ad3d7bf1a5
commit 7281230fff

View File

@@ -13,6 +13,7 @@ module.exports = {
background_color: mainColor, background_color: mainColor,
start_url: '/', start_url: '/',
scope: '/', scope: '/',
display: 'standalone',
shortcuts: [ shortcuts: [
{ {
name: 'Start a session', name: 'Start a session',