roots / static /manifest.json
haepada's picture
Update static/manifest.json
95e6679 verified
raw
history blame contribute delete
545 Bytes
{
"name": "디지털 굿판",
"short_name": "디지털 굿판",
"description": "현대 도시 속 디지털 의례 공간",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}