Files
site-slavic-pulse-com/site.webmanifest.template
T
tomasz-syn-grzegorza 3a843c53f3 Move template assets to .env-driven generation.
Site metadata, images, favicons, and YouTube settings are now configured via .env and rendered from HTML/manifest templates at dev or container startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 15:45:04 +02:00

25 lines
564 B
Plaintext

{
"name": "${SITE_TITLE}",
"short_name": "${SITE_SHORT_NAME}",
"icons": [
{
"src": "${FAVICON_48}",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "${FAVICON_180}",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "${FAVICON_512}",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"theme_color": "${THEME_COLOR}",
"background_color": "${THEME_COLOR}"
}