-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
69 lines (69 loc) · 1.64 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"dir": "ltr",
"lang": "en",
"name": "Sora Quantity Monitor",
"short_name": "Sora Quantity",
"description": "Check circulating supply of Sora ecosystem tokens",
"theme_color": "#000000",
"background_color": "#51276c",
"display": "standalone",
"scope": "/",
"start_url": "/",
"categories": ["finance", "utilities", "web3"],
"icons": [
{
"src": "images/icons/icon.svg",
"type": "image/svg+xml",
"sizes": "48x48 72x72 96x96 128x128 192x192 384x384 512x512",
"purpose": "any"
},
{
"src": "images/icons/icon_x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "images/icons/icon_x48_maskable.png",
"type": "image/png",
"sizes": "48x48",
"purpose": "maskable"
},
{
"src": "images/icons/icon_x72_maskable.png",
"type": "image/png",
"sizes": "72x72",
"purpose": "maskable"
},
{
"src": "images/icons/icon_x96_maskable.png",
"type": "image/png",
"sizes": "96x96",
"purpose": "maskable"
},
{
"src": "images/icons/icon_x128_maskable.png",
"type": "image/png",
"sizes": "128x128",
"purpose": "maskable"
},
{
"src": "images/icons/icon_x192_maskable.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "images/icons/icon_x384_maskable.png",
"type": "image/png",
"sizes": "384x384",
"purpose": "maskable"
},
{
"src": "images/icons/icon_x512_maskable.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
]
}