PWA enhancements

pull/3684/head
Juan Rodenas 2025-01-20 11:51:53 +01:00 committed by GitHub
parent e92dbb4bb8
commit c5b59dd240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -17,4 +17,10 @@
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#455a64"
"theme_color": "#455a64",
"prefer_related_applications": false,
"persistent_storage": true,
"launch_handler": {
"client_mode": "focus-existing"
}
}