Clean up frontend branding and metadata
All checks were successful
CI / backend-lint (pull_request) Successful in 7s
CI / frontend-lint (pull_request) Successful in 31s

Replace Vite defaults with Nuzlocke Tracker branding: custom pokeball-
skull favicon (SVG + PNG + ICO), page title, meta description, Open
Graph tags, theme-color, web manifest, and package.json name.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-10 12:44:09 +01:00
parent 132dac0a2e
commit 03b5572429
13 changed files with 64 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "Nuzlocke Tracker",
"short_name": "Nuzlocke",
"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"
}