Files
nuzlocke-tracker/frontend/public/site.webmanifest
Julian Tabel 93eab59a3e Rebrand to Another Nuzlocke Tracker (ANT)
Update all user-facing references from "Nuzlocke Tracker" to
"Another Nuzlocke Tracker" / "ANT" across package configs, page
titles, meta tags, nav header, documentation, and web manifest.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 19:46:20 +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"
}