--
This commit is contained in:
parent
f7a00ad181
commit
29b5779b8e
@ -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
23
public/manifest.json
Executable file → Normal file
@ -1,23 +1,10 @@
|
|||||||
{
|
{
|
||||||
"short_name": "React App",
|
"short_name": "PenaHub",
|
||||||
"name": "Create React App Sample",
|
"name": "Pena Hub",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{ "src": "/favicon192.png", "type": "image/png", "sizes": "192x192" },
|
||||||
"src": "favicon.ico",
|
{ "src": "/favicon512.png", "type": "image/png", "sizes": "512x512" }
|
||||||
"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"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#000000",
|
||||||
|
Loading…
Reference in New Issue
Block a user