Skip to content

Commit

Permalink
fix: remove monochrome
Browse files Browse the repository at this point in the history
  • Loading branch information
majusss committed Sep 1, 2024
1 parent 5b4f0c4 commit 6590249
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import defaults from "@/../app.config";
import { MetadataRoute } from "next";

import zstioLogo512 from "@/media/icon-512x512.png";
import zstioLogoMonochrome from "@/media/icon-monochrome.png";

export default function manifest(): MetadataRoute.Manifest {
return {
Expand All @@ -15,12 +14,6 @@ export default function manifest(): MetadataRoute.Manifest {
background_color: defaults.themeColor,
theme_color: defaults.themeColor,
icons: [
{
src: zstioLogoMonochrome.src,
sizes: "512x512",
type: "image/png",
purpose: "monochrome",
},
{
src: zstioLogo512.src,
sizes: "512x512",
Expand Down

0 comments on commit 6590249

Please sign in to comment.