16 lines
267 B
JSON
16 lines
267 B
JSON
|
{
|
||
|
"name": "Start",
|
||
|
"short_name": "Start",
|
||
|
"start_url": "./",
|
||
|
"display": "standalone",
|
||
|
"background_color": "#ffffff",
|
||
|
"theme_color": "#03173d",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "icon-512.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "512x512"
|
||
|
}
|
||
|
]
|
||
|
}
|