19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
||
"name": "Wordle‑Cheater",
|
||
"short_name": "W‑Cheater",
|
||
"description": "Hilft bei der Lösung deutschsprachiger Wordle‑Rätsel mit Positions- und Buchstabenfiltern.",
|
||
"start_url": "/",
|
||
"scope": "/",
|
||
"display": "standalone",
|
||
"background_color": "#0b1220",
|
||
"theme_color": "#0b1220",
|
||
"icons": [
|
||
{
|
||
"src": "/static/favicon.svg",
|
||
"sizes": "any",
|
||
"type": "image/svg+xml",
|
||
"purpose": "any maskable"
|
||
}
|
||
]
|
||
}
|