ExposedGays: map, shop, auth, Supabase schema, Coolify Dockerfile

This commit is contained in:
Ryan Salazar
2026-06-26 17:32:15 -04:00
commit 3eb12c8b34
54 changed files with 4424 additions and 0 deletions

22
public/manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "ExposedGays",
"short_name": "ExposedGays",
"description": "Free gay cruising map, chat & shop",
"start_url": "/",
"display": "standalone",
"background_color": "#0d0a0f",
"theme_color": "#ff2d6b",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}