add build

This commit is contained in:
2021-07-12 10:46:19 +05:30
parent f686c8cffb
commit d1a6786d4a
44 changed files with 190 additions and 3 deletions

15
build/manifest.json Normal file
View File

@ -0,0 +1,15 @@
{
"short_name": "CoreUI-React",
"name": "CoreUI-React sample",
"icons": [
{
"src": "./assets/img/favicon.png",
"sizes": "100x100",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}