add example SPA client
BIN
public/statics/icons/apple-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/statics/icons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/statics/icons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/statics/icons/icon-192x192.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/statics/icons/icon-512x512.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/statics/icons/ms-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
20
public/statics/manifest.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "Quasar App",
|
||||
"short_name": "Quasar-PWA",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/statics/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/statics/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#027be3"
|
||||
}
|
||||
BIN
public/statics/quasar-logo.png
Normal file
|
After Width: | Height: | Size: 7 KiB |