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.
20 lines
380 B
JSON
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"
|
|
}
|