manifest and compliant assets

This commit is contained in:
Liam 2022-11-09 11:07:34 -05:00
parent be2e5c4c9b
commit c89193e907
5 changed files with 26 additions and 0 deletions

25
web/public/manifest.json Normal file
View file

@ -0,0 +1,25 @@
{
"short_name": "ntfy",
"name": "ntfy web app",
"icons": [
{
"src": "static/img/ntfy_64.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
},
{
"src": "static/img/ntfy_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "static/img/ntfy_512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}