-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmanifest.webmanifest
53 lines (53 loc) · 1.06 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
{
"name": "meo",
"short_name": "meo",
"start_url": "/meo",
"display": "standalone",
"background_color": "#1c1c26",
"lang": "en",
"scope": "/meo",
"description": "Neo + Meower",
"categories": [
"communication",
"chat",
"messaging"
],
"orientation": "portrait",
"theme_color": "#1c1c26",
"icons": [
{
"src": "images/icons/meo_144.png",
"type": "image/png",
"sizes": "144x144",
"purpose": ""
},
{
"src": "images/icons/meo_192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "images/monochrome.svg",
"type": "image/svg+xml",
"sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
"purpose": "monochrome"
},
{
"src": "images/icons/meo_512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"id": "meov120",
"dir": "ltr",
"edge_side_panel": {
"preferred_width": 400
},
"display_override": [
"standalone",
"window-controls-overlay",
"borderless"
]
}