Removed manifest
All checks were successful
thehideout/TheHideout-UI/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-01-02 23:40:49 +00:00
parent 233812ad91
commit 96ddbf42fc
2 changed files with 0 additions and 21 deletions

View File

@ -25,7 +25,6 @@
content="black-translucent" content="black-translucent"
/> />
<link rel="stylesheet" href="/fonts.css" /> <link rel="stylesheet" href="/fonts.css" />
<link rel="manifest" href="/manifest.json" />
<title>The Hideout</title> <title>The Hideout</title>
</head> </head>
<body> <body>

View File

@ -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"
}