-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathmanifest.json
47 lines (47 loc) · 956 Bytes
/
manifest.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
45
46
47
{
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 1,
"version": "1.7.14",
"default_locale": "fr",
"description": "Cesium Wallet for Ğ1 libre currency",
"icons": [
{
"src": "img/logo_32px.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "img/logo_96px.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "img/logo_144px.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "img/logo.svg",
"sizes": "192x192",
"type": "image/svg"
}
],
"background_color": "#1a237e",
"theme_color": "black",
"dir": "ltr",
"start_url": "/#/app/home",
"display": "standalone",
"protocol_handlers": [
{
"protocol": "june",
"name": "Ğ1",
"uriTemplate": "#/app/home?uri=%s"
},
{
"protocol": "web+june",
"name": "web Ğ1",
"uriTemplate": "#/app/home?uri=%s"
}
]
}