diff --git a/dist/android-chrome-192x192.png b/dist/android-chrome-192x192.png
new file mode 100644
index 0000000..e60d83a
Binary files /dev/null and b/dist/android-chrome-192x192.png differ
diff --git a/dist/android-chrome-256x256.png b/dist/android-chrome-256x256.png
new file mode 100644
index 0000000..633269d
Binary files /dev/null and b/dist/android-chrome-256x256.png differ
diff --git a/dist/apple-touch-icon.png b/dist/apple-touch-icon.png
new file mode 100644
index 0000000..8b05755
Binary files /dev/null and b/dist/apple-touch-icon.png differ
diff --git a/dist/browserconfig.xml b/dist/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/dist/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/dist/favicon-16x16.png b/dist/favicon-16x16.png
new file mode 100644
index 0000000..2ad37a8
Binary files /dev/null and b/dist/favicon-16x16.png differ
diff --git a/dist/favicon-32x32.png b/dist/favicon-32x32.png
new file mode 100644
index 0000000..a36c8e4
Binary files /dev/null and b/dist/favicon-32x32.png differ
diff --git a/dist/favicon.ico b/dist/favicon.ico
new file mode 100644
index 0000000..1c43693
Binary files /dev/null and b/dist/favicon.ico differ
diff --git a/dist/index.html b/dist/index.html
index 8932a02..77b1d19 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -20,6 +20,13 @@
content="Automatically turn any Laravel application multi-tenant — no code changes needed. stancl/tenancy automatically switches database connections and all other things in the background, letting you leverage standard Laravel code into a full SaaS application." />
+
+
+
+
+
+
+
diff --git a/dist/mstile-150x150.png b/dist/mstile-150x150.png
new file mode 100644
index 0000000..afb26ca
Binary files /dev/null and b/dist/mstile-150x150.png differ
diff --git a/dist/safari-pinned-tab.svg b/dist/safari-pinned-tab.svg
new file mode 100644
index 0000000..4b75e93
--- /dev/null
+++ b/dist/safari-pinned-tab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/dist/site.webmanifest b/dist/site.webmanifest
new file mode 100644
index 0000000..de65106
--- /dev/null
+++ b/dist/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/docs/source/_layouts/master.blade.php b/docs/source/_layouts/master.blade.php
index 0e0faee..5529841 100644
--- a/docs/source/_layouts/master.blade.php
+++ b/docs/source/_layouts/master.blade.php
@@ -13,6 +13,13 @@
+
+
+
+
+
+
+
@@ -26,7 +33,6 @@
{{ $page->title ? $page->title . ' | ' : '' }}{{ $page->siteName }}
-
@stack('meta')