Skip to content

Commit c1098f9

Browse files
authored
[fix][pwa] Add missing form factor in web manifest screenshots (#56)
Added missing form factor in PWA's web manifest screenshots.
1 parent 9ccc354 commit c1098f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/icon/site.webmanifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,20 +126,23 @@
126126
"sizes": "1600x1089",
127127
"type": "image/webp",
128128
"platform": "wide",
129+
"form_factor": "wide",
129130
"label": "Landing Page"
130131
},
131132
{
132133
"src": "./screenshot2.webp",
133134
"sizes": "1600x1032",
134135
"type": "image/webp",
135136
"platform": "wide",
137+
"form_factor": "wide",
136138
"label": "Example article with Caravaneer 2 interview"
137139
},
138140
{
139141
"src": "./screenshot3.webp",
140142
"sizes": "1600x1089",
141143
"type": "image/webp",
142144
"platform": "wide",
145+
"form_factor": "wide",
143146
"label": "Archive of articles from Small Dev Talk"
144147
}
145148
],

0 commit comments

Comments
 (0)