Add files via upload

This commit is contained in:
Henrik
2023-01-14 18:14:53 +01:00
committed by GitHub
parent de86e28488
commit 091b5ee827
10 changed files with 971 additions and 0 deletions

19
html/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Led Matrix Pixel Art Convertor",
"short_name": "ledconv",
"icons": [
{
"src": "/favicon-32x32.png",
"sizes": "32x322",
"type": "image/png"
},
{
"src": "/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}