23 lines
491 B
JSON
23 lines
491 B
JSON
|
{
|
|||
|
"name": "邀请函 H5",
|
|||
|
"short_name": "邀请函",
|
|||
|
"description": "优雅的H5邀请函,支持微信分享",
|
|||
|
"start_url": "./index.html",
|
|||
|
"display": "standalone",
|
|||
|
"background_color": "#667eea",
|
|||
|
"theme_color": "#764ba2",
|
|||
|
"orientation": "portrait",
|
|||
|
"icons": [
|
|||
|
{
|
|||
|
"src": "./images/icon-192.png",
|
|||
|
"sizes": "192x192",
|
|||
|
"type": "image/png"
|
|||
|
},
|
|||
|
{
|
|||
|
"src": "./images/icon-512.png",
|
|||
|
"sizes": "512x512",
|
|||
|
"type": "image/png"
|
|||
|
}
|
|||
|
]
|
|||
|
}
|