Skip to content

Commit

Permalink
Merge pull request #146 from KUIT-Space:pwa
Browse files Browse the repository at this point in the history
fix: fix start_url, add description
  • Loading branch information
Turtle-Hwan authored Nov 2, 2024
2 parents 86fc294 + 87b4cea commit 3471cb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Space Project",
"short_name": "Space",
"start_url": "/login",
"start_url": "/",
"display": "standalone",
"icons": [
{
Expand Down Expand Up @@ -457,5 +457,9 @@
"sizes": "1024x1024"
}
],
"prefer_related_applications": true
"prefer_related_applications": true,
"theme_color": "#36bf8e",
"background_color": "#ffffff",
"id": "space",
"description": "๋‹จ ํ•˜๋‚˜์˜ ๋™์•„๋ฆฌ / ๋ชจ์ž„์„ ์œ„ํ•œ ์ปค๋ฎค๋‹ˆํ‹ฐ ์„œ๋น„์Šค"
}

0 comments on commit 3471cb5

Please sign in to comment.