diff --git a/static/icons/icon-v2.svg b/static/icons/icon-v2.svg
new file mode 100644
index 0000000..2aa617a
--- /dev/null
+++ b/static/icons/icon-v2.svg
@@ -0,0 +1,9 @@
+
diff --git a/static/index.html b/static/index.html
index 4e7abe0..df3e6d0 100644
--- a/static/index.html
+++ b/static/index.html
@@ -8,7 +8,7 @@
OpenSquared
-
+
diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest
index 8448288..c7bdb68 100644
--- a/static/manifest.webmanifest
+++ b/static/manifest.webmanifest
@@ -10,7 +10,7 @@
"orientation": "portrait",
"icons": [
{
- "src": "/icons/icon.svg",
+ "src": "/icons/icon-v2.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
diff --git a/static/sw.js b/static/sw.js
index 67020bd..b09f900 100644
--- a/static/sw.js
+++ b/static/sw.js
@@ -1,10 +1,10 @@
-const CACHE_NAME = "opensquared-assistant-v1";
+const CACHE_NAME = "opensquared-assistant-v2";
const ASSETS = [
"/",
"/styles.css",
"/app.js",
"/manifest.webmanifest",
- "/icons/icon.svg"
+ "/icons/icon-v2.svg"
];
self.addEventListener("install", (event) => {