better manifest json
This commit is contained in:
parent
17dd654f02
commit
6c1149352d
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "App",
|
"name": "Infusion Pattern Library",
|
||||||
|
"short_name": "Infusion",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "\/images/android-icon-36x36.png",
|
"src": "\/images/android-icon-36x36.png",
|
||||||
|
@ -37,5 +38,9 @@
|
||||||
"type": "image\/png",
|
"type": "image\/png",
|
||||||
"density": "4.0"
|
"density": "4.0"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"start_url": "index.html",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#111",
|
||||||
|
"theme_color": "#fff"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "App",
|
"name": "Infusion Pattern Library",
|
||||||
|
"short_name": "Infusion",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "\/images/android-icon-36x36.png",
|
"src": "\/images/android-icon-36x36.png",
|
||||||
|
@ -37,5 +38,9 @@
|
||||||
"type": "image\/png",
|
"type": "image\/png",
|
||||||
"density": "4.0"
|
"density": "4.0"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"start_url": "index.html",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#111",
|
||||||
|
"theme_color": "#fff"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user