add example SPA client
This commit is contained in:
parent
1384296a47
commit
4f5abfbd70
21 changed files with 53 additions and 0 deletions
20
public/statics/manifest.json
Normal file
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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue