This commit is contained in:
sHa
2018-12-21 11:13:17 +02:00
parent abfc58d585
commit d31f50ef19
15 changed files with 245 additions and 13 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"short_name": "SlavForest",
"name": "SlavForest - Production of High-Quality Timber Products",
"icons": [
{
"src": "images/logo_w.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#a9773a",
"theme_color": "#a9773a",
"display": "standalone"
}