-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.webmanifest
61 lines (61 loc) · 1.71 KB
/
manifest.webmanifest
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "How Fugu is my browser?",
"short_name": "How Fugu?",
"description": "The cross-company effort Project Fugu has the objective of making it possible for Web apps to do anything iOS, Android, or desktop apps can. Find out where on this exciting journey your current browser is!",
"start_url": "https://howfuguismybrowser.dev/",
"display": "standalone",
"theme_color": "deeppink",
"background_color": "#111",
"orientation": "portrait",
"language": "en",
"icons": [
{
"src": "https://howfuguismybrowser.dev/fugu.svg",
"type": "image/svg+xml",
"sizes": "150x150",
"purpose": "any"
},
{
"src": "https://howfuguismybrowser.dev/fugu.png",
"type": "image/png",
"sizes": "320x320",
"purpose": "any"
},
{
"src": "https://howfuguismybrowser.dev/fugu_maskable.png",
"type": "image/png",
"sizes": "1024x1024",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "https://howfuguismybrowser.dev/wide_light.png",
"sizes": "1341x869",
"type": "image/png",
"platform": "wide",
"label": "Desktop (light mode)"
},
{
"src": "https://howfuguismybrowser.dev/wide_dark.png",
"sizes": "1341x869",
"type": "image/png",
"platform": "wide",
"label": "Desktop (dark mode)"
},
{
"src": "https://howfuguismybrowser.dev/narrow_light.png",
"sizes": "1081x2162",
"type": "image/png",
"platform": "narrow",
"label": "Mobile (light mode)"
},
{
"src": "https://howfuguismybrowser.dev/narrow_dark.png",
"sizes": "1081x2162",
"type": "image/png",
"platform": "narrow",
"label": "Mobile (dark mode)"
}
]
}