Files
www-myfit/public/manifest.json
T
2022-12-28 07:50:33 -05:00

16 lines
311 B
JSON

{
"short_name": "APPER",
"name": "APPER - App Landing Page React Template",
"icons": [
{
"src": "assets/images/favicon.png",
"sizes": "50x50",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}