better manifest json

This commit is contained in:
Heydon Pickering 2017-08-01 09:52:13 +01:00
parent 17dd654f02
commit 6c1149352d
3 changed files with 15 additions and 5 deletions

View File

@ -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

View File

@ -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"
} }