Skip to content

Commit b21603b

Browse files
committed
feat : set PWA
1 parent 2910feb commit b21603b

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="manifest" href="/manifest.json" />
56
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.ico" />
67
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
78
<title>농기구온</title>

manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"theme_color": "#f9f9f9",
3+
"background_color": "#f9f9f9",
4+
"icons": [
5+
{
6+
"purpose": "maskable",
7+
"sizes": "512x512",
8+
"src": "/icons/icon.png",
9+
"type": "image/png"
10+
},
11+
{
12+
"purpose": "any",
13+
"sizes": "512x512",
14+
"src": "/icons/icon.png",
15+
"type": "image/png"
16+
}
17+
],
18+
"orientation": "any",
19+
"display": "standalone",
20+
"dir": "auto",
21+
"lang": "ko-KR",
22+
"name": "Took!",
23+
"short_name": "Took!",
24+
"start_url": "/"
25+
}

public/icons/icon.png

63.2 KB
Loading

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)