0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 07:50:46 -05:00
db-website/frontend/public/manifest.json
TheSparta d19412a794 frontend update and rewrite
- Updated to React 18
- Switched from CRA to vite
- reworked some components
- reworked most stores
2024-04-07 22:18:55 +01:00

21 lines
431 B
JSON

{
"short_name": "items.sp-tarkov",
"name": "Items Website for sp-tarkov",
"icons": [
{
"src": "favicon.ico",
"sizes": "32x32",
"type": "image/x-icon"
},
{
"src": "favicon.svg",
"type": "image/svg+xml",
"sizes": "64x64 96x96 128x128 160x160 192x192 512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}