parent
ec9c4dad5d
commit
47c96cd777
@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<title>SIGit</title>
|
||||
</head>
|
||||
<body>
|
||||
|
15
public/manifest.json
Normal file
15
public/manifest.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"short_name": "SIGit",
|
||||
"name": "SIGit",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.png",
|
||||
"sizes": "16x16 24x24 32x32 48x48 64x64 72x72 96x96 128x128 256x256 512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "minimal-ui",
|
||||
"theme_color": "#7d54a3",
|
||||
"background_color": "#ffffff"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user