diff --git a/index.html b/index.html
index fb8a614..20747bf 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,6 @@
content="black-translucent"
/>
-
The Hideout
diff --git a/public/manifest.json b/public/manifest.json
deleted file mode 100644
index 47102b6..0000000
--- a/public/manifest.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "short_name": "Tom Butcher",
- "name": "TOM BUTCHER",
- "icons": [
- {
- "src": "https://cdn.tombutcher.work/favicon/favicon192.png",
- "type": "image/png",
- "sizes": "192x192"
- },
- {
- "src": "https://cdn.tombutcher.work/favicon/favicon512.png",
- "type": "image/png",
- "sizes": "512x512"
- }
- ],
- "start_url": "/",
- "display": "standalone",
- "theme_color": "#E800B6",
- "background_color": "#2B0BFF"
-}