Files
moemail/public/manifest.json
beilunyang cc7e5003c5 feat: Init
2024-12-16 01:49:50 +08:00

23 lines
500 B
JSON

{
"name": "MoeMail",
"short_name": "MoeMail",
"description": "萌萌哒临时邮箱服务",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#826DD9",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}