ntfy/web/public/manifest.json
2022-11-09 11:07:34 -05:00

25 lines
No EOL
555 B
JSON

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