initial FBS admin
This commit is contained in:
15
public/manifest.json
Normal file
15
public/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user