Skip to content

Commit 564d558

Browse files
committed
build: improve web manifest
1 parent 802510a commit 564d558

1 file changed

Lines changed: 49 additions & 2 deletions

File tree

public/site.webmanifest

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"short_name": "CC",
44
"description": "A dashboard for managing and displaying URLs in iframes",
55
"start_url": "/",
6-
"display": "standalone",
6+
"display": "fullscreen",
77
"background_color": "#000000",
88
"theme_color": "#3B7FB7",
99
"orientation": "portrait",
@@ -14,6 +14,11 @@
1414
"name": "Dashboard",
1515
"url": "/dashboard",
1616
"description": "Go to dashboard"
17+
},
18+
{
19+
"name": "Settings",
20+
"url": "/settings",
21+
"description": "Go to settings"
1722
}
1823
],
1924
"icons": [
@@ -28,6 +33,48 @@
2833
"sizes": "512x512",
2934
"type": "image/png",
3035
"purpose": "any maskable"
36+
},
37+
{
38+
"src": "/apple-touch-icon.png",
39+
"sizes": "180x180",
40+
"type": "image/png",
41+
"purpose": "any"
42+
},
43+
{
44+
"src": "/favicon.ico",
45+
"sizes": "48x48",
46+
"type": "image/x-icon",
47+
"purpose": "any"
48+
},
49+
{
50+
"src": "/icon-lowrez-58.png",
51+
"sizes": "58x58",
52+
"type": "image/png",
53+
"purpose": "any"
54+
},
55+
{
56+
"src": "/startup-image-320x460.png",
57+
"sizes": "320x460",
58+
"type": "image/png",
59+
"purpose": "startup",
60+
"label": "Control Center"
3161
}
32-
]
62+
],
63+
"screenshots": [
64+
{
65+
"src": "/startup-image-320x460.png",
66+
"sizes": "320x460",
67+
"type": "image/png",
68+
"platform": "narrow",
69+
"label": "Control Center"
70+
}
71+
],
72+
"related_applications": [],
73+
"scope": "/",
74+
"lang": "en-US",
75+
"dir": "ltr",
76+
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
77+
"edge_side_panel": {
78+
"preferred_width": 400
79+
}
3380
}

0 commit comments

Comments
 (0)