expo-inviteLetter/manifest.json

23 lines
491 B
JSON
Raw Permalink Normal View History

2025-08-15 10:14:14 +00:00
{
"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"
}
]
}