chore: added logo icons & manifest

This commit is contained in:
2025-01-24 23:30:14 +01:00
parent af88628d15
commit 2e5513b968
9 changed files with 65 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Rozkładownik TD2",
"short_name": "SRJP",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#151414",
"display": "standalone"
}