|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 412 B |
|
After Width: | Height: | Size: 804 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 15 KiB |
@ -1,15 +1,19 @@ |
|||||||
{ |
{ |
||||||
"short_name": "React App", |
"name": "", |
||||||
"name": "Create React App Sample", |
"short_name": "", |
||||||
"icons": [ |
"icons": [ |
||||||
{ |
{ |
||||||
"src": "favicon.ico", |
"src": "/android-chrome-192x192.png", |
||||||
"sizes": "64x64 32x32 24x24 16x16", |
"sizes": "192x192", |
||||||
"type": "image/x-icon" |
"type": "image/png" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"src": "/android-chrome-512x512.png", |
||||||
|
"sizes": "512x512", |
||||||
|
"type": "image/png" |
||||||
} |
} |
||||||
], |
], |
||||||
"start_url": ".", |
"theme_color": "#ffffff", |
||||||
"display": "standalone", |
"background_color": "#ffffff", |
||||||
"theme_color": "#000000", |
"display": "standalone" |
||||||
"background_color": "#ffffff" |
} |
||||||
} |
|
||||||