WebConfigGenerator build

This commit is contained in:
JustArchi
2018-04-27 04:52:16 +02:00
parent 108ab946ca
commit de77125581
13 changed files with 48 additions and 1 deletions

View 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"
}