trevstack/client/static/manifest.json
2025-03-18 19:02:50 -04:00

16 lines
339 B
JSON

{
"name": "TrevStack",
"description": "Template",
"short_name": "tstack",
"display": "standalone",
"start_url": "/",
"background_color": "#181825",
"theme_color": "#11111b",
"icons": [
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}