Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
minhyeok4dev authored Mar 14, 2024
1 parent d84d8c9 commit 9bb778e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"short_name": "플레어레인",
"name": "플레어레인",
"icons": [{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}],
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image\/png"
}],
"start_url": "/",
"background_color": "#FFFFFF",
"theme_color": "#527CBD",
"display": "fullscreen"
}
}

0 comments on commit 9bb778e

Please sign in to comment.