-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest2.json
36 lines (36 loc) · 859 Bytes
/
manifest2.json
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
{
"dir" : "ltr",
"lang" : "en",
"name" : "Matrix PWA 2.0",
"display" : "minimal-ui",
"id" : "index.html",
"short_name" : "Matrix",
"theme_color" : "green",
"description" : "PWA testing site",
"orientation" : "any",
"background_color" : "#FFFFFF",
"additional_search_terms" : [ "mustjab", "matrix" ],
"icons" : [
{
"src": "icon.png",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"sizes": "192x192"
},
{
"src": "icon-144.png",
"sizes": "144x144"
},
{
"src": "icon-96.png",
"sizes": "96x96"
}],
"protocol_handlers": [
{
"protocol": "mailto",
"url": "https://mustjab.github.io/index.html?mailto=%s"
}
]
}