web-check/public/manifest.json

21 lines
402 B
JSON
Raw Permalink Normal View History

2022-06-11 22:59:03 +02:00
{
2023-06-25 16:31:28 +02:00
"short_name": "Web Check",
"name": "Lissy93/Web-Check",
2022-06-11 22:59:03 +02:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
2023-06-25 16:31:28 +02:00
"src": "apple-touch-icon.png",
2022-06-11 22:59:03 +02:00
"type": "image/png",
2023-06-25 16:31:28 +02:00
"sizes": "180x180"
2022-06-11 22:59:03 +02:00
}
],
"start_url": ".",
"display": "standalone",
2023-06-25 16:31:28 +02:00
"theme_color": "#9fef00",
"background_color": "#141d2b"
2022-06-11 22:59:03 +02:00
}