diff --git a/_includes/layout/header.html b/_includes/layout/header.html
index b939afc..ab641a6 100644
--- a/_includes/layout/header.html
+++ b/_includes/layout/header.html
@@ -8,7 +8,8 @@
-
+
diff --git a/_includes/layout/metaAndStyles.html b/_includes/layout/metaAndStyles.html
index 1348a7a..0839533 100644
--- a/_includes/layout/metaAndStyles.html
+++ b/_includes/layout/metaAndStyles.html
@@ -14,8 +14,12 @@
+
+
-
+
+
+
diff --git a/img/logo-apple-touch-icon.png b/img/logo-apple-touch-icon.png
new file mode 100644
index 0000000..1707947
Binary files /dev/null and b/img/logo-apple-touch-icon.png differ
diff --git a/img/logo-brand.png b/img/logo-brand.png
new file mode 100644
index 0000000..efdf220
Binary files /dev/null and b/img/logo-brand.png differ
diff --git a/img/logo-touch-icon.png b/img/logo-touch-icon.png
new file mode 100644
index 0000000..9bb39e2
Binary files /dev/null and b/img/logo-touch-icon.png differ
diff --git a/img/logo-twitter.png b/img/logo-twitter.png
new file mode 100644
index 0000000..b47da79
Binary files /dev/null and b/img/logo-twitter.png differ
diff --git a/img/logo.png b/img/logo.png
index 75f1775..16f41a3 100644
Binary files a/img/logo.png and b/img/logo.png differ
diff --git a/img/logo.svg b/img/logo.svg
new file mode 100644
index 0000000..d9ad2e6
--- /dev/null
+++ b/img/logo.svg
@@ -0,0 +1,125 @@
+
+
diff --git a/img/logo_brand.png b/img/logo_brand.png
deleted file mode 100644
index 4faf607..0000000
Binary files a/img/logo_brand.png and /dev/null differ
diff --git a/img/pyb-logo-inkscape.svg b/img/pyb-logo-inkscape.svg
new file mode 100644
index 0000000..1643be7
--- /dev/null
+++ b/img/pyb-logo-inkscape.svg
@@ -0,0 +1,159 @@
+
+
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..0ea9030
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "PyBuilder",
+ "short_name": "PyBuilder",
+ "icons": [{
+ "src": "/img/logo-touch-icon.png",
+ "sizes": "512x512"
+ }],
+ "background_color": "#000000",
+ "theme_color": "#000000",
+ "display": "fullscreen"
+}