2025-tombutcher-ui/public/manifest.json
2025-03-26 00:29:47 +00:00

21 lines
448 B
JSON

{
"short_name": "Tom Butcher",
"name": "TOM BUTCHER",
"icons": [
{
"src": "https://cdn.tombutcher.work/favicon/favicon192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://cdn.tombutcher.work/favicon/favicon512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#E800B6",
"background_color": "#2B0BFF"
}