Skip to content

Commit

Permalink
chore : pwa ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook committed Dec 8, 2024
1 parent 64ff9ba commit 3426fe0
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
Expand Down
12 changes: 12 additions & 0 deletions public/icon-192x192.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/icon-512x512.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Vite React App",
"short_name": "ViteApp",
"description": "Bottler",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/icon-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/icon-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}

0 comments on commit 3426fe0

Please sign in to comment.