manifest and compliant assets
This commit is contained in:
parent
be2e5c4c9b
commit
c89193e907
5 changed files with 26 additions and 0 deletions
|
@ -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
25
web/public/manifest.json
Normal 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"
|
||||
}
|
BIN
web/public/static/img/ntfy_192.png
Normal file
BIN
web/public/static/img/ntfy_192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
web/public/static/img/ntfy_512.png
Normal file
BIN
web/public/static/img/ntfy_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
web/public/static/img/ntfy_64.png
Normal file
BIN
web/public/static/img/ntfy_64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
Loading…
Add table
Add a link
Reference in a new issue