seedchat / .output /public /manifest.webmanifest
github-actions[bot]
Update from GitHub Actions
10852fa
raw
history blame contribute delete
765 Bytes
{
"name": "SeedChat",
"short_name": "seedchat",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"lang": "zh-CN",
"scope": "./",
"theme_color": "#ffffff",
"icons": [
{
"src": "pwa-196x196.png",
"sizes": "196x196",
"type": "image/png"
},
{
"src": "pwa-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "pwa-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "pwa-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}