1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 12:50:38 +08:00
vue-element-admin/manifest.json
2018-06-27 20:47:46 +08:00

16 lines
303 B
JSON

{
"name": "VUE-ELEMENT-ADMIN",
"short_name": "VEAPWA",
"icons": [
{
"src": "./build/logo.png",
"sizes": "200x200",
"type": "image/png"
}
],
"start_url": "http://localhost:9527",
"display": "standalone",
"background_color": "#2d3a4b",
"theme_color": "#3d5165"
}