16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"short_name": "CoreUI-React",
|
|
"name": "CoreUI-React sample",
|
|
"icons": [
|
|
{
|
|
"src": "./assets/favicon.png",
|
|
"sizes": "100x100",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|