update client demo application

This commit is contained in:
dhax 2019-01-01 21:21:59 +01:00
parent 7c19e9d87c
commit cd7d44fcd8
59 changed files with 315 additions and 55 deletions

20
public/manifest.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "go-base-vue",
"short_name": "go-base-vue",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#4DBA87"
}