web/public/site.webmanifest
myrmidex 272f88fcec
Some checks are pending
tests / ci (push) Waiting to run
Add favicon and logos
2026-08-23 17:49:02 +02:00

11 lines
331 B
JSON

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