feat: add favicon & site.webmanifest
This commit is contained in:
parent
210afb1b77
commit
bd2d177fcc
@ -3,6 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<title>PSW/UI</title>
|
||||
</head>
|
||||
<body>
|
||||
|
BIN
packages/react/public/android-chrome-192x192.png
Normal file
BIN
packages/react/public/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
packages/react/public/android-chrome-512x512.png
Normal file
BIN
packages/react/public/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
packages/react/public/apple-touch-icon.png
Normal file
BIN
packages/react/public/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
packages/react/public/favicon-16x16.png
Normal file
BIN
packages/react/public/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 B |
BIN
packages/react/public/favicon-32x32.png
Normal file
BIN
packages/react/public/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 564 B |
BIN
packages/react/public/favicon.ico
Normal file
BIN
packages/react/public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
20
packages/react/public/site.webmanifest
Normal file
20
packages/react/public/site.webmanifest
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "PSW/UI",
|
||||
"short_name": "PSWUI",
|
||||
"description": "PSW/UI is a UI library with minimum dependency.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user