fe-drone-ci/manifest.json

16 lines
281 B
JSON
Raw Normal View History

2018-06-27 12:47:46 +00:00
{
"name": "VUE-ELEMENT-ADMIN",
"short_name": "VEAPWA",
"icons": [
{
2018-06-27 14:01:14 +00:00
"src": "./logo.png",
"sizes": "200x200",
2018-06-27 12:47:46 +00:00
"type": "image/png"
}
],
2018-06-27 13:22:29 +00:00
"start_url": "/PWA/",
2018-06-27 12:47:46 +00:00
"display": "standalone",
"background_color": "#2d3a4b",
"theme_color": "#3d5165"
}