This commit is contained in:
neon443
2024-04-03 09:22:56 +01:00
parent ea105a2266
commit f6cd3326c9
10 changed files with 0 additions and 0 deletions

16
app.webmanifest Normal file
View File

@@ -0,0 +1,16 @@
{
"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"
}