Skip to content

Commit 0b4e495

Browse files
authored
Update manifest.json
1 parent a235b3e commit 0b4e495

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

manifest.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "오늘도, 코딩",
3+
"short_name": "오코",
4+
"start_url": "./index.html",
5+
"display": "standalone",
6+
"icons": [
7+
{
8+
"src": "img/오코로고.png",
9+
"sizes": "192x192",
10+
"type": "image/png"
11+
},
12+
{
13+
"src": "img/오코로고.png",
14+
"sizes": "512x512",
15+
"type": "image/png"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)