Files

17 lines
448 B
TypeScript

import type { MetadataRoute } from "next";
export default function manifest(): MetadataRoute.Manifest {
return {
name: "Kite Beach Akyaka",
short_name: "Kite Beach",
description: "Nehrin huzuru, denizin enerjisi — tek bir noktada.",
start_url: "/tr",
display: "standalone",
background_color: "#0E1A24",
theme_color: "#0D3D50",
icons: [
{ src: "/logo.png", sizes: "any", type: "image/png" },
],
};
}