Avoid installed app handoff screen

This commit is contained in:
Dorian
2026-05-15 17:25:15 -05:00
parent d97fce7850
commit e566bfc4ef
3 changed files with 22 additions and 15 deletions

View File

@@ -11,6 +11,12 @@
"background_color": "#000000",
"theme_color": "#000000",
"gcm_sender_id": "103953800507",
"protocol_handlers": [
{
"protocol": "web+l484",
"url": "/?signup=continue&launch=%s"
}
],
"icons": [
{
"src": "/images/app-icon-192.png",

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'l484-pwa-v9'
const CACHE_NAME = 'l484-pwa-v10'
const APP_SHELL = [
'/',
'/manifest.webmanifest',