diff --git a/static/favicons/COF-favicon-48x48.png b/static/favicons/COF-favicon-48x48.png
new file mode 100644
index 00000000000..b1faf2badd9
Binary files /dev/null and b/static/favicons/COF-favicon-48x48.png differ
diff --git a/static/files/site.webmanifest b/static/files/site.webmanifest
new file mode 100644
index 00000000000..76b3f5939e4
--- /dev/null
+++ b/static/files/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "Canonical Ubuntu",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "https://assets.ubuntu.com/v1/9c69b268-COF%20android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "https://assets.ubuntu.com/v1/c55060fd-COF%20android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file
diff --git a/templates/templates/base.html b/templates/templates/base.html
index a37e1d8cf59..45d6930eeff 100644
--- a/templates/templates/base.html
+++ b/templates/templates/base.html
@@ -22,8 +22,12 @@
-
-
+
+
+
+
+
+
{% block head_extra %}{% endblock %}