T005-T006

This commit is contained in:
2025-09-18 10:04:43 -06:00
parent 8e82274d30
commit 28f8907259
16 changed files with 2748 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "GlowTrack",
"short_name": "GlowTrack",
"start_url": "/",
"display": "standalone",
"background_color": "#0b0b10",
"theme_color": "#0b0b10",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}