-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathappmanifest.json
44 lines (44 loc) · 1023 Bytes
/
appmanifest.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
37
38
39
40
41
42
43
44
{
"impl": {
"caniuse": "web-app-manifest",
"chromestatus": 6488656873259008,
"webkitstatus": "specification-web-app-manifest"
},
"features": {
"background_color": {
"title": "background_color member",
"url": "#background_color-member",
"impl": {
"chromestatus": 5651543017652224
}
},
"install": {
"title": "Installation events",
"url": "#installation-events",
"impl": {
"chromestatus": 5674968658477056
}
},
"purpose": {
"title": "purpose member",
"url": "#purpose-member",
"impl": {
"chromestatus": 6690807302062080
}
},
"related_applications": {
"title": "related_applications member",
"url": "#related_applications-member",
"impl": {
"chromestatus": 4754986680451072
}
},
"theme_color": {
"title": "theme_color member",
"url": "#theme_color-member",
"impl": {
"chromestatus": 5709006190411776
}
}
}
}