diff --git a/assets/images/apple-touch-icon.svg b/assets/images/apple-touch-icon.svg
new file mode 100644
index 0000000..216b1c2
--- /dev/null
+++ b/assets/images/apple-touch-icon.svg
@@ -0,0 +1,23 @@
+
\ No newline at end of file
diff --git a/assets/images/favicon-16x16.svg b/assets/images/favicon-16x16.svg
new file mode 100644
index 0000000..656b331
--- /dev/null
+++ b/assets/images/favicon-16x16.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/assets/images/favicon-32x32.svg b/assets/images/favicon-32x32.svg
new file mode 100644
index 0000000..1b88b6e
--- /dev/null
+++ b/assets/images/favicon-32x32.svg
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/browserconfig.xml b/browserconfig.xml
new file mode 100644
index 0000000..a6cc542
--- /dev/null
+++ b/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #667eea
+
+
+
\ No newline at end of file
diff --git a/index.php b/index.php
index e6b9e1b..c701918 100644
--- a/index.php
+++ b/index.php
@@ -45,9 +45,17 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/twitter-card.j
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..f4d002c
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,43 @@
+{
+ "name": "UK Data Services",
+ "short_name": "UKDS",
+ "description": "Professional web scraping and data analytics services in the UK",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#667eea",
+ "theme_color": "#764ba2",
+ "orientation": "portrait-primary",
+ "icons": [
+ {
+ "src": "assets/images/favicon-16x16.svg",
+ "sizes": "16x16",
+ "type": "image/svg+xml"
+ },
+ {
+ "src": "assets/images/favicon-32x32.svg",
+ "sizes": "32x32",
+ "type": "image/svg+xml"
+ },
+ {
+ "src": "assets/images/favicon.svg",
+ "sizes": "any",
+ "type": "image/svg+xml"
+ },
+ {
+ "src": "assets/images/apple-touch-icon.svg",
+ "sizes": "180x180",
+ "type": "image/svg+xml",
+ "purpose": "apple-touch-icon"
+ },
+ {
+ "src": "assets/images/ukds-main-logo.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "any maskable"
+ }
+ ],
+ "categories": ["business", "productivity", "utilities"],
+ "lang": "en-GB",
+ "scope": "/",
+ "id": "uk-data-services"
+}
\ No newline at end of file