Skip to content

Commit

Permalink
feat: #298 - manifest 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed May 11, 2024
1 parent bd57199 commit 2f7cfb1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"theme_color": "#50b584",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "LinkHub",
"short_name": "LinkHub",
"description": "링크 아카이빙 및 공유 서비스",
"icons": [
{
"src": "/images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/images/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

0 comments on commit 2f7cfb1

Please sign in to comment.