feat: pwa

This commit is contained in:
2025-03-17 07:17:42 -04:00
parent 00d1c6790c
commit 0e48424f60
4 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "TrevStack",
"description": "Template",
"short_name": "tstack",
"display": "standalone",
"start_url": "/",
"background_color": "#181825",
"theme_color": "#89dceb",
"icons": [
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}