Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: modify manifest images
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Mar 22, 2024
1 parent 1d47143 commit 9427319
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
Binary file removed frontend/public/android-chrome-152x152.png
Binary file not shown.
Binary file added frontend/public/badge-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 16 additions & 5 deletions frontend/src/app/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
{
"name": "성균관대학교 미식축구부 로얄스",
"description": "성균관대학교 미식축구부 로얄스 홈페이지입니다.",
"description": "성균관대학교 미식축구부 로얄스",
"short_name": "ROYALS",
"icons": [
{
"src": "/android-chrome-152x152.png",
"sizes": "152x152",
"src": "/badge-72x72.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"start_url": "/",
"background_color": "#000000",
"theme_color": "#000000"
"background_color": "#141517",
"theme_color": "#141517",
"orientation": "portrait"
}

0 comments on commit 9427319

Please sign in to comment.