Skip to content

Commit aa93d34

Browse files
authored
Merge pull request #12 from SN3-K/feature/installable-pwa
Resolve PWA installation errors in site.webmanifset
2 parents bcad84f + f3dc338 commit aa93d34

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

packages/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="icon" href="/favicon.ico?v=6" sizes="any">
1616
<link rel="icon" href="/icon.svg?v=6" type="image/svg+xml">
1717
<link rel="icon" href="/icon.png?v=6" type="image/png">
18-
<link rel="manifest" href="/site.webmanifest?v=4">
18+
<link rel="manifest" href="/site.webmanifest?v=5">
1919
<meta name="apple-mobile-web-app-title" content="ProzillaOS">
2020
<meta name="application-name" content="ProzillaOS">
2121
<meta name="msapplication-TileColor" content="#0d1114">
30.9 KB
Loading
35.1 KB
Loading

packages/demo/public/site.webmanifest

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "ProzillaOS",
33
"short_name": "ProzillaOS",
4+
"description": "ProzillaOS is an open-source web-based operating system inspired by Ubuntu Linux and Windows made with React.js by Prozilla.",
5+
"start_url": ".",
6+
"scope": ".",
47
"icons": [
58
{
69
"src": "/android-chrome-192x192.png?v=4",
@@ -13,6 +16,21 @@
1316
"type": "image/png"
1417
}
1518
],
19+
"screenshots": [
20+
{
21+
"src": "/assets/screenshots/pwa/info-taskbar-desktop-512x320.png",
22+
"sizes": "512x320",
23+
"type": "image/png",
24+
"form_factor": "wide",
25+
"label": "ProzillaOS"
26+
},
27+
{
28+
"src": "/assets/screenshots/pwa/desktop-350x335.png",
29+
"sizes": "350x335",
30+
"type": "image/png",
31+
"label": "ProzillaOS"
32+
}
33+
],
1634
"theme_color": "#0D1114",
1735
"background_color": "#0D1114",
1836
"display": "standalone"

0 commit comments

Comments
 (0)