Go-Back-Skeleton/public/statics/manifest.json
2017-09-25 20:25:18 +02:00

20 lines
418 B
JSON

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