mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Move WebConfigGenerator to /docs in master branch
This commit is contained in:
0
docs/WebConfigGenerator/static/.gitkeep
Normal file
0
docs/WebConfigGenerator/static/.gitkeep
Normal file
BIN
docs/WebConfigGenerator/static/logo-192.png
Normal file
BIN
docs/WebConfigGenerator/static/logo-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
docs/WebConfigGenerator/static/logo-512.png
Normal file
BIN
docs/WebConfigGenerator/static/logo-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
BIN
docs/WebConfigGenerator/static/logo.png
Normal file
BIN
docs/WebConfigGenerator/static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
26
docs/WebConfigGenerator/static/manifest.json
Normal file
26
docs/WebConfigGenerator/static/manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "ASF config generator",
|
||||
"short_name": "asf-config",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/logo.png",
|
||||
"sizes": "184x184",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/logo-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/logo-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "fullscreen",
|
||||
"orientation": "portrait",
|
||||
"background_color": "#12100E",
|
||||
"theme_color": "#12100E"
|
||||
}
|
||||
Reference in New Issue
Block a user