mirror of
https://github.com/isledecomp/isle.pizza.git
synced 2026-01-10 18:21:15 +00:00
* Add PWA manifest * Group with other link tags and remove self-closing Co-authored-by: Jon Koops <jonkoops@gmail.com> --------- Co-authored-by: Jon Koops <jonkoops@gmail.com>
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"name": "LEGO® Island",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#000000"
|
|
} |