Initial checkin

This commit is contained in:
Tim Chamberlain
2022-06-27 13:29:42 -05:00
commit 048e080b77
661 changed files with 61687 additions and 0 deletions

15
public/manifest.json Normal file
View File

@ -0,0 +1,15 @@
{
"short_name": "Material Dashboard",
"name": "Material Dashboard 2 PRO React TS",
"icons": [
{
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#1A73E8",
"background_color": "#ffffff"
}