From 96ddbf42fcbfad8abc128363ad53f435edc05a1b Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 2 Jan 2026 23:40:49 +0000 Subject: [PATCH] Removed manifest --- index.html | 1 - public/manifest.json | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 public/manifest.json 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" -}