Files
Messenger/web/public/site.webmanifest
benya 29a612dffa
Some checks failed
Android CI / android (push) Failing after 4m20s
Android Release / release (push) Failing after 4m26s
CI / test (push) Failing after 2m22s
feat: add branded app and web icons
Add adaptive and legacy launcher icons for Android.

Replace the default notification icon with a branded monochrome asset.

Add favicon, touch icons, and a web app manifest for the web client.
2026-04-05 15:36:19 +03:00

20 lines
380 B
JSON

{
"name": "Benya Messenger",
"short_name": "Benya",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#3390ec",
"background_color": "#0e1621",
"display": "standalone"
}