Files
impersonator/public/manifest.json
apoorvlathey 46ed987303 change favicon
2023-06-21 17:20:27 +05:30

16 lines
273 B
JSON

{
"short_name": "React App",
"name": "Impersonator",
"icons": [
{
"src": "logo.png",
"type": "image/png",
"sizes": "418x418"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}