File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 104104 },
105105 {
106106 "src" : " ./maskable_icon.png" ,
107- "size " : " any " ,
107+ "sizes " : " 1024x1024 " ,
108108 "type" : " image/png" ,
109109 "purpose" : " any"
110110 },
111111 {
112112 "src" : " ./safari-pinned-tab.svg" ,
113- "size " : " any" ,
113+ "sizes " : " any" ,
114114 "purpose" : " monochrome" ,
115115 "type" : " image/svg+xml"
116116 },
150150 {
151151 "name" : " Archive" ,
152152 "url" : " /index.html?pages&archive" ,
153- "description" : " Archive of articles from Small Dev Talk"
153+ "description" : " Archive of articles from Small Dev Talk" ,
154+ "icons" : [
155+ {
156+ "src" : " ./android-chrome-96x96.png" ,
157+ "sizes" : " 96x96" ,
158+ "type" : " image/png"
159+ }
160+ ]
154161 },
155162 {
156163 "name" : " Game articles" ,
157164 "url" : " /index.html?pages&games" ,
158- "description" : " Small Dev Talk's game related articles including interviews, reviews and videos"
165+ "description" : " Small Dev Talk's game related articles including interviews, reviews and videos" ,
166+ "icons" : [
167+ {
168+ "src" : " ./android-chrome-96x96.png" ,
169+ "sizes" : " 96x96" ,
170+ "type" : " image/png"
171+ }
172+ ]
159173 }
160174 ],
161175 "categories" : [
You can’t perform that action at this time.
0 commit comments