Files
PixelArtConverter/html/site.webmanifest
2023-01-14 18:14:53 +01:00

19 lines
426 B
JSON

{
"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"
}