diff --git a/apps/static/static/manifest.json b/apps/static/static/manifest.json
deleted file mode 100644
index 8e3c766..0000000
--- a/apps/static/static/manifest.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "Home Automation",
- "short_name": "Home",
- "description": "Smart Home Automation System",
- "start_url": "/",
- "display": "standalone",
- "background_color": "#667eea",
- "theme_color": "#667eea",
- "orientation": "portrait",
- "icons": [
- {
- "src": "/static/apple-touch-icon-180x180.png",
- "sizes": "180x180",
- "type": "image/png",
- "purpose": "any maskable"
- },
- {
- "src": "/static/apple-touch-icon-152x152.png",
- "sizes": "152x152",
- "type": "image/png"
- },
- {
- "src": "/static/apple-touch-icon-120x120.png",
- "sizes": "120x120",
- "type": "image/png"
- },
- {
- "src": "/static/apple-touch-icon-76x76.png",
- "sizes": "76x76",
- "type": "image/png"
- },
- {
- "src": "/static/apple-touch-icon-32x32.png",
- "sizes": "32x32",
- "type": "image/png"
- },
- {
- "src": "/static/apple-touch-icon-16x16.png",
- "sizes": "16x16",
- "type": "image/png"
- }
- ]
-}
\ No newline at end of file
diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html
index 82ff8c1..8b25a2c 100644
--- a/apps/ui/templates/dashboard.html
+++ b/apps/ui/templates/dashboard.html
@@ -16,7 +16,6 @@
-