mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
example: favicon & manifest
This commit is contained in:
parent
1c660b4de3
commit
8194bdf41a
BIN
examples/demo/public/favicon.ico
Normal file
BIN
examples/demo/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
examples/demo/public/logo192.png
Normal file
BIN
examples/demo/public/logo192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
examples/demo/public/logo512.png
Normal file
BIN
examples/demo/public/logo512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 219 KiB |
25
examples/demo/public/manifest.json
Normal file
25
examples/demo/public/manifest.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"short_name": "Zustand",
|
||||
"name": "🐻 Bear necessities for state management in React",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
BIN
examples/demo/public/ogimage.jpg
Normal file
BIN
examples/demo/public/ogimage.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
3
examples/demo/public/robots.txt
Normal file
3
examples/demo/public/robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Loading…
x
Reference in New Issue
Block a user