feat: complete brand icon and static caching
CI / backend-and-migrations (push) Canceled after 0s
CI / astro-build (push) Canceled after 0s
CI / compose-e2e (push) Canceled after 0s

This commit is contained in:
ik
2026-09-07 16:59:44 +07:00
parent 486016d977
commit 3529b6a1c8
10 changed files with 42 additions and 9 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "RF4 Spotter — Ни хвоста, ни чешуи",
"short_name": "RF4 Spotter",
"description": "Свежие точки и уловы в Russian Fishing 4 с указанием источников.",
"lang": "ru",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f2f5ee",
"theme_color": "#082226",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}