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

12 lines
312 B
Plaintext
Raw Normal View History

{
"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"
}