Files
neon443.github.io/app.webmanifest
Nihaal Sharma f7b9d5ba09 Fix image link
2023-09-30 15:33:07 +01:00

17 lines
322 B
JSON

{
"name": "neon443 PWA",
"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"
}