aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/manifest.json')
-rw-r--r--themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/manifest.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/manifest.json b/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/manifest.json
new file mode 100644
index 0000000..88b2b7f
--- /dev/null
+++ b/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/manifest.json
@@ -0,0 +1,22 @@
+---
+---
+{
+ "name": "Bootstrap",
+ "short_name": "Bootstrap",
+ "icons": [
+ {
+ "src": "{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "/",
+ "theme_color": "#563d7c",
+ "background_color": "#563d7c",
+ "display": "standalone"
+}