mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 22:08:05 +08:00
* Add support to x vversion from npm * Add support to x vversion from npm * Add support to x vversion from npm * Add documentation for current repository
21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"name": "adempiere-vue-doc",
|
|
"short_name": "adempiere-vue-doc",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/index.html",
|
|
"display": "standalone",
|
|
"background_color": "#fff",
|
|
"theme_color": "#3eaf7c"
|
|
}
|