-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
124 lines (120 loc) · 2.45 KB
/
Copy pathmanifest.webmanifest
File metadata and controls
124 lines (120 loc) · 2.45 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "Play Onyx",
"short_name": "Play Onyx",
"author": "Pro Bandey",
"publisher": "MainRoute Core",
"description": "A Web Media Player Which You need for your daily tasks",
"start_url": "/Play-Onyx",
"id": "/Play-Onyx",
"scope": "/Play-Onyx",
"dir": "auto",
"orientation": "any",
"display": "standalone",
"display_override": ["window-controls-overlay"],
"lang": "en",
"theme_color": "#ee44ff",
"background_color": "#0f1014",
"protocol_handlers": [
{
"protocol": "mailto",
"url": "/newEmail?to=%s"
}
],
"shortcuts": [
{
"name": "Visit Us",
"short_name": "We",
"description": "Reach Us For More...",
"url": "./mrc/",
"icons": [
{
"src": "./src/mrc.png",
"sizes": "512x512"
}
]
}
],
"icons": [
{
"src": "./favivon.ico",
"sizes": "any",
"purpose": "any",
"type": "image/x-icon"
},
{
"src": "./src/16.png",
"sizes": "16x16",
"purpose": "any",
"type": "image/png"
},
{
"src": "./src/32.png",
"sizes": "32x32",
"purpose": "any",
"type": "image/png"
},
{
"src": "./src/48.png",
"sizes": "48x48",
"purpose": "any",
"type": "image/png"
},
{
"src": "./src/64.png",
"sizes": "64x64",
"purpose": "any",
"type": "image/png"
},
{
"src": "./src/144.png",
"sizes": "144x144",
"purpose": "any",
"type": "image/png"
},
{
"src": "./src/144-maskable.png",
"sizes": "144x144",
"purpose": "maskable",
"type": "image/png"
},
{
"src": "./src/192.png",
"sizes": "192x192",
"purpose": "any",
"type": "image/png"
},
{
"src": "./src/192-maskable.png",
"sizes": "192x192",
"purpose": "maskable",
"type": "image/png"
},
{
"src": "./src/512.png",
"sizes": "512x512",
"purpose": "any",
"type": "image/png"
},
{
"src": "./src/512-maskable.png",
"sizes": "512x512",
"purpose": "maskable",
"type": "image/png"
}
],
"screenshots": [
{
"src": "./src/social.png",
"form_factor": "wide",
"sizes": "1440x810",
"type": "image/png",
"description": "Desktop view"
},
{
"src": "./src/social_2.png",
"sizes": "720x1480",
"type": "image/png",
"description": "Mobile View"
}
]
}