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

View file

@ -31,6 +31,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="%PUBLIC_URL%/static/css/fonts.css" type="text/css">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
</head>
<body>
<noscript>

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"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB