UNPKG
@arve.knudsen/bankai
Version:
latest (9.10.14)
9.10.14
9.10.13
9.10.12
9.10.11
9.10.10
9.10.9
9.10.8
9.10.7
9.10.6
9.6.0
5.1.6
5.1.5
5.1.4
5.1.3
4.1.1
4.0.5
4.0.4
4.0.3
3.4.1
3.4.0
The easiest way to compile JavaScript, HTML and CSS
github.com/aknuds1/bankai
aknuds1/bankai
@arve.knudsen/bankai
/
example
/
manifest.json
14 lines
(13 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "name":
"example"
,
"short_name"
:
"example"
,
"start_url"
:
"/"
,
"display"
:
"minimal-ui"
,
"theme_color"
:
"#fff"
,
"background_color"
:
"#fff"
,
"icons"
: [{ "
src
":
"/assets/icon.png"
,
"type"
:
"image/png"
,
"sizes"
:
"512x512"
}] }