This commit is contained in:
Nastya 2024-01-31 23:15:40 +03:00
parent f7a00ad181
commit 29b5779b8e
2 changed files with 5 additions and 27 deletions

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

23
public/manifest.json Executable file → Normal file

@ -1,23 +1,10 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "PenaHub",
"name": "Pena Hub",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
{ "src": "/favicon192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/favicon512.png", "type": "image/png", "sizes": "512x512" }
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",