Skip to content

Commit 677c347

Browse files
committed
add missing PWA screemshots
1 parent 081e484 commit 677c347

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
90.3 KB
Loading
65.4 KB
Loading

public/web_manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@
1919
"sizes": "512x512"
2020
}
2121
],
22+
"screenshots": [
23+
{
24+
"src": "/screenshots/screenshot_mobile_1.webp",
25+
"sizes": "485x1024",
26+
"type": "image/webp",
27+
"form_factor": "narrow",
28+
"label": "Hackertab is available on Desktop and Mobile."
29+
},
30+
{
31+
"src": "/screenshots/screenshot_desktop_1.webp",
32+
"sizes": "1280x720",
33+
"type": "image/webp",
34+
"form_factor": "wide",
35+
"label": "Hackertab is available on Desktop and Mobile."
36+
}
37+
],
2238
"start_url": "/?source=pwa",
2339
"background_color": "#000000",
2440
"display": "standalone",

0 commit comments

Comments
 (0)