This commit is contained in:
2026-02-22 17:25:30 +03:00
parent 2259d569cb
commit fa30d9b6e5
16 changed files with 70 additions and 1 deletions

19
dist/favicon/site.webmanifest vendored Executable file
View File

@@ -0,0 +1,19 @@
{
"name": "Trycaster",
"short_name": "Trycaster",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#2BA7AF",
"background_color": "#ffffff",
"display": "standalone"
}