hello-wordle/public/manifest.json

16 wiersze
277 B
JSON

{
"short_name": "hello wordl",
"name": "hello wordl",
"icons": [
{
"src": "favicon.png",
"sizes": "128x128",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}