expo-inviteLetter/manifest.json
2025-08-15 18:14:14 +08:00

23 lines
491 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
]
}