home/public/manifest.json
2024-11-10 02:36:00 +01:00

15 lines
261 B
JSON

{
"name": "aethrvmn",
"short_name": "aethrvmn",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}