-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (42 loc) · 862 Bytes
/
manifest.json
File metadata and controls
42 lines (42 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Polygol",
"short_name": "Polygol",
"categories": [
"productivity",
"utilities",
"lifestyle",
"entertainment",
"business",
"personalization"
],
"scope": "/",
"start_url": "index.html?fullscreen=true",
"id": "/",
"display": "fullscreen",
"display_override": ["window-controls-overlay"],
"launch_handler": {
"client_mode": "navigate-existing"
},
"background_color": "#1c1c1c",
"icons": [
{
"src": "/assets/img/pwaicon/regular.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/img/pwaicon/coloricon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/marketing/hero2.png",
"sizes": "1200x630",
"type": "image/png"
}
]
}