UNPKG
bivcore-insight
Version:
latest (8.22.2)
8.22.2
A blockchain explorer for Bitcore
github.com/bitpay/bivcore
bitpay/bivcore
bivcore-insight
/
src
/
manifest.json
16 lines
(15 loc)
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "name":
"Insight"
,
"short_name"
:
"Insight"
,
"start_url"
:
"index.html"
,
"display"
:
"standalone"
,
"icons"
: [ { "
src
":
"assets/img/logo.png"
,
"sizes"
:
"250x250"
,
"type"
:
"image/png"
} ], "background_color":
"#4e8ef7"
,
"theme_color"
:
"#4e8ef7"
}