Files
ReSendit/static/manifest.json
2026-04-16 23:57:42 +02:00

13 lines
316 B
JSON

{
"name": "ReSendit",
"short_name": "ReSendit",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/logo.png", "sizes": "512x512", "type": "image/png" }
]
}