mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
e9323459ab
Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA.
23 lines
550 B
JSON
23 lines
550 B
JSON
---
|
|
---
|
|
{
|
|
"name": "Bootstrap",
|
|
"short_name": "Bootstrap",
|
|
"icons": [
|
|
{
|
|
"src": "{{ site.baseurl }}/assets/img/favicons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "{{ site.baseurl }}/assets/img/favicons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"theme_color": "#563d7c",
|
|
"background_color": "#563d7c",
|
|
"display": "standalone"
|
|
}
|