-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.webmanifest
66 lines (66 loc) · 1.63 KB
/
app.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
62
63
64
65
66
{
"categories": ["productivity"],
"description": "Player for local videos with keyboard shortcuts.",
"display": "standalone",
"file_handlers": [
{
"accept": {
"video/3gpp": [".3gp"],
"video/3gpp2": [".3g2"],
"video/avi": [".avi"],
"video/mp2t": [".ts"],
"video/mp4": [".mp4"],
"video/mpeg": [".mpeg"],
"video/ogg": [".ogv"],
"video/webm": [".webm"]
},
"action": "/?utm_source=pwa"
}
],
"icons": [
{
"sizes": "any",
"src": "icons/icon.svg",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"id": "/?utm_source=pwa",
"name": "Video player",
"orientation": "landscape",
"screenshots": [
{
"form_factor": "wide",
"label": "Selection screen (light)",
"platform": "macos",
"sizes": "2316x1780",
"src": "images/screenshots/selection_screen_light.png",
"type": "image/png"
},
{
"form_factor": "wide",
"label": "Selection screen (dark)",
"platform": "macos",
"sizes": "2316x1780",
"src": "images/screenshots/selection_screen_dark.png",
"type": "image/png"
},
{
"form_factor": "wide",
"label": "Video screen (light)",
"platform": "macos",
"sizes": "2316x1780",
"src": "images/screenshots/video_screen_light.png",
"type": "image/png"
},
{
"form_factor": "wide",
"label": "Video screen (dark)",
"platform": "macos",
"sizes": "2316x1780",
"src": "images/screenshots/video_screen_dark.png",
"type": "image/png"
}
],
"start_url": "/?utm_source=pwa"
}