web/public/site.webmanifest

12 lines
331 B
Text
Raw Normal View History

2026-08-23 17:49:02 +02:00
{
"name": "Anagram Finder",
"short_name": "Anagram",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}