cookie and pwa stuff

This commit is contained in:
yohlo
2026-02-14 12:59:01 -06:00
parent 236fcda671
commit 6e9e014fcc
11 changed files with 180 additions and 24 deletions

View File

@@ -1,17 +1,28 @@
{
"name": "FLXN IX",
"short_name": "FLXN",
"name": "FLXN",
"description": "Register for FLXN and view FLXN stats",
"icons": [
{
"src": "/favicon.png",
"type": "image/png",
"sizes": "192x192",
"type": "image/png"
"purpose": "any maskable"
},
{
"src": "/favicon.png",
"type": "image/png",
"sizes": "512x512",
"type": "image/png"
"purpose": "any maskable"
}
],
"display": "standalone"
"start_url": "/",
"display": "standalone",
"theme_color": "#1e293b",
"background_color": "#0f172a",
"orientation": "portrait-primary",
"scope": "/",
"categories": ["games", "social", "beer pong"],
"prefer_related_applications": false,
"shortcuts": []
}