mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 16:08:01 -05:00
Removes "display": "standalone" from manifest (#2096)
This commit is contained in:
committed by
Rob Larsen
parent
570a5ef6ac
commit
3170d21177
3
dist/site.webmanifest
vendored
3
dist/site.webmanifest
vendored
@@ -8,6 +8,5 @@
|
||||
}],
|
||||
"start_url": "/?utm_source=homescreen",
|
||||
"background_color": "#fafafa",
|
||||
"theme_color": "#fafafa",
|
||||
"display": "standalone"
|
||||
"theme_color": "#fafafa"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,5 @@
|
||||
}],
|
||||
"start_url": "/?utm_source=homescreen",
|
||||
"background_color": "#fafafa",
|
||||
"theme_color": "#fafafa",
|
||||
"display": "standalone"
|
||||
"theme_color": "#fafafa"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user