17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|||
|
|
"short_name": "",
|
||
|
|
"name": "",
|
||
|
|
"icons": [{
|
||
|
|
"src": "icon-192.png",
|
||
|
|
"type": "image/png",
|
||
|
|
"sizes": "192x192"
|
||
|
|
}, {
|
||
|
|
"src": "icon-512.png",
|
||
|
|
"type": "image/png",
|
||
|
|
"sizes": "512x512"
|
||
|
|
}],
|
||
|
|
"start_url": "/?utm_source=homescreen",
|
||
|
|
"background_color": "#fafafa",
|
||
|
|
"theme_color": "#fafafa"
|
||
|
|
}
|