22c3df41a8
Replace hardcoded HTML with .env generation, YouTube thumbnail backgrounds, responsive FHD/vertical intro, hardened nginx, and updated Dokploy deploy flow. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
564 B
Plaintext
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}"
|
|
}
|