This commit is contained in:
FrigaT
2026-04-15 20:09:17 +03:00
parent d03bd193c2
commit 0732eab325
4 changed files with 6 additions and 4 deletions

View File

@@ -4,19 +4,21 @@
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"background_color": "#1a1a27",
"theme_color": "#7e6fff",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any maskable"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any maskable"
}
]
}