12 lines
321 B
JSON
12 lines
321 B
JSON
{
|
|
"name": "Hugo Compost",
|
|
"short_name": "Compost",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/logo-512.png", "sizes": "512x512", "type": "image/png" }
|
|
],
|
|
"theme_color": "#fff",
|
|
"background_color": "#fff",
|
|
"display": "standalone"
|
|
}
|