Files
nuzlocke-tracker/frontend/public/site.webmanifest
Julian Tabel e3b3dc5317
All checks were successful
CI / backend-lint (push) Successful in 9s
CI / actions-lint (push) Successful in 14s
CI / frontend-lint (push) Successful in 21s
Rebrand to Another Nuzlocke Tracker (ANT) (#27)
Co-authored-by: Julian Tabel <juliantabel.jt@gmail.com>
Co-committed-by: Julian Tabel <juliantabel.jt@gmail.com>
2026-02-17 20:17:07 +01:00

12 lines
315 B
JSON

{
"name": "Another Nuzlocke Tracker",
"short_name": "ANT",
"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"
}