File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed
Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments