Files
neon443.github.io/app.webmanifest
2024-04-03 09:22:56 +01:00

17 lines
318 B
JSON

{
"name": "neon443",
"short_name": "neon443",
"description": ".",
"icons": [
{
"src": "./images/icon.png",
"sizes": "1024x1024",
"type": "image/png"
}
],
"start_url": "https://neon443.github.io/",
"display": "fullscreen",
"theme_color": "#000",
"background_color": "#000"
}