12 lines
344 B
JSON
12 lines
344 B
JSON
{
|
|
"name": "Brewlog",
|
|
"short_name": "Brewlog",
|
|
"icons": [
|
|
{ "src": "/static/app-icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/static/app-icon-512.png", "sizes": "512x512", "type": "image/png" }
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#fafaf9",
|
|
"theme_color": "#c2410c"
|
|
}
|