Skip to content

Commit

Permalink
[fix][pwa] Add missing form factor in web manifest screenshots (#56)
Browse files Browse the repository at this point in the history
Added missing form factor in PWA's web manifest screenshots.
  • Loading branch information
AlexJSully authored Sep 15, 2024
1 parent 9ccc354 commit c1098f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -126,20 +126,23 @@
"sizes": "1600x1089",
"type": "image/webp",
"platform": "wide",
"form_factor": "wide",
"label": "Landing Page"
},
{
"src": "./screenshot2.webp",
"sizes": "1600x1032",
"type": "image/webp",
"platform": "wide",
"form_factor": "wide",
"label": "Example article with Caravaneer 2 interview"
},
{
"src": "./screenshot3.webp",
"sizes": "1600x1089",
"type": "image/webp",
"platform": "wide",
"form_factor": "wide",
"label": "Archive of articles from Small Dev Talk"
}
],
Expand Down

0 comments on commit c1098f9

Please sign in to comment.