Files
exposedgays/public/manifest.json

24 lines
501 B
JSON

{
"name": "ExposedGays",
"short_name": "ExposedGays",
"description": "Free gay cruising map, chat & shop",
"start_url": "/",
"display": "standalone",
"background_color": "#08001C",
"theme_color": "#F92B9B",
"orientation": "any",
"icons": [
{
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/logo.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}