![shirito](/assets/img/avatar_default.png)
Hello, I'm adding the whole https://items.sp-tarkov.com code base as well as the drone pipeline to deploy it. Please **double check *thoroughly* every** to ensure it matches the server architecture and configuration. Reviewed-on: SPT-AKI/Website#9 Co-authored-by: shirito <shirito@noreply.dev.sp-tarkov.com> Co-committed-by: shirito <shirito@noreply.dev.sp-tarkov.com>
21 lines
431 B
JSON
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"
|
|
}
|