import type { MetadataRoute } from "next";

export default function manifest(): MetadataRoute.Manifest {
  return {
    name: "КИЛН",
    short_name: "КИЛН",
    description: "Мясо, дым, время и немного магии.",
    start_url: "/",
    display: "standalone",
    background_color: "#090807",
    theme_color: "#d84a22",
    lang: "ru",
    icons: [
      { src: "/icon-192.png", sizes: "192x192", type: "image/png" },
      { src: "/icon-512.png", sizes: "512x512", type: "image/png" }
    ]
  };
}
