Files
nuzlocke-tracker/frontend/public/site.webmanifest
T

12 lines
315 B
JSON
Raw Normal View History

2026-02-10 12:44:09 +01:00
{
"name": "Another Nuzlocke Tracker",
"short_name": "ANT",
2026-02-10 12:44:09 +01:00
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#DC2626",
"background_color": "#111827",
"display": "standalone"
}