feat(worker): scaffold Vite+React PWA with token storage and typed API client
This commit is contained in:
BIN
apps/worker/public/icon-192.png
Normal file
BIN
apps/worker/public/icon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 547 B |
BIN
apps/worker/public/icon-512.png
Normal file
BIN
apps/worker/public/icon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
12
apps/worker/public/manifest.webmanifest
Normal file
12
apps/worker/public/manifest.webmanifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "SoleLog",
|
||||
"short_name": "SoleLog",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#2563EB",
|
||||
"icons": [
|
||||
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user