2022-06-21 17:51:44 +00:00
|
|
|
{
|
|
|
|
|
"short_name": "React App",
|
|
|
|
|
"name": "Create React App Sample",
|
|
|
|
|
"icons": [
|
|
|
|
|
{
|
2022-07-27 15:15:42 +00:00
|
|
|
"src": "favicon.svg",
|
2022-06-21 17:51:44 +00:00
|
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
2022-07-27 15:15:42 +00:00
|
|
|
"type": "image/svg"
|
2022-06-21 17:51:44 +00:00
|
|
|
},
|
|
|
|
|
{
|
2022-07-27 15:15:42 +00:00
|
|
|
"src": "logo192.svg",
|
|
|
|
|
"type": "image/svg",
|
2022-06-21 17:51:44 +00:00
|
|
|
"sizes": "192x192"
|
|
|
|
|
},
|
|
|
|
|
{
|
2022-07-27 15:15:42 +00:00
|
|
|
"src": "logo512.svg",
|
|
|
|
|
"type": "image/svg",
|
2022-06-21 17:51:44 +00:00
|
|
|
"sizes": "512x512"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"start_url": ".",
|
|
|
|
|
"display": "standalone",
|
|
|
|
|
"theme_color": "#000000",
|
|
|
|
|
"background_color": "#ffffff"
|
|
|
|
|
}
|