Skip to content

Commit 0a3b3b0

Browse files
author
tywatts
committed
Update site.webmanifest with additional screenshots for PWA, make PWA Installable
1 parent bcad84f commit 0a3b3b0

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
30.9 KB
Loading
35.1 KB
Loading

packages/demo/public/site.webmanifest

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "ProzillaOS",
33
"short_name": "ProzillaOS",
4+
"start_url": ".",
5+
"scope": ".",
46
"icons": [
57
{
68
"src": "/android-chrome-192x192.png?v=4",
@@ -13,6 +15,21 @@
1315
"type": "image/png"
1416
}
1517
],
18+
"screenshots": [
19+
{
20+
"src": "/assets/screenshots/pwa/info-taskbar-desktop-512x320.png",
21+
"sizes": "512x320",
22+
"type": "image/png",
23+
"form_factor": "wide",
24+
"label": "ProzillaOS"
25+
},
26+
{
27+
"src": "/assets/screenshots/pwa/desktop-350x335.png",
28+
"sizes": "350x335",
29+
"type": "image/png",
30+
"label": "ProzillaOS"
31+
}
32+
],
1633
"theme_color": "#0D1114",
1734
"background_color": "#0D1114",
1835
"display": "standalone"

0 commit comments

Comments
 (0)