Replace CRA SW with Vite SW and resolve PWA installation.
This commit is contained in:
18
client/src/assets/promanager/web/README.txt
Normal file
18
client/src/assets/promanager/web/README.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Add this to your HTML <head>:
|
||||
|
||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
Add this to your app's manifest.json:
|
||||
|
||||
...
|
||||
{
|
||||
"icons": [
|
||||
{ "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
|
||||
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
|
||||
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
|
||||
{ "src": "/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
|
||||
{ "src": "/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
|
||||
]
|
||||
}
|
||||
...
|
||||
BIN
client/src/assets/promanager/web/apple-touch-icon.png
Normal file
BIN
client/src/assets/promanager/web/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
BIN
client/src/assets/promanager/web/favicon.ico
Normal file
BIN
client/src/assets/promanager/web/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
client/src/assets/promanager/web/icon-192-maskable.png
Normal file
BIN
client/src/assets/promanager/web/icon-192-maskable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
BIN
client/src/assets/promanager/web/icon-192.png
Normal file
BIN
client/src/assets/promanager/web/icon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
BIN
client/src/assets/promanager/web/icon-512-maskable.png
Normal file
BIN
client/src/assets/promanager/web/icon-512-maskable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
client/src/assets/promanager/web/icon-512.png
Normal file
BIN
client/src/assets/promanager/web/icon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user