import type { MetadataRoute } from "next";

export default function manifest(): MetadataRoute.Manifest {
  return {
    name: "Smart Calendar",
    short_name: "SmartCal",
    description: "Assistant mobile-first pour planifier vite",
    start_url: "/",
    display: "standalone",
    background_color: "#f4f7f2",
    theme_color: "#1f6f46",
    lang: "fr",
    icons: []
  };
}
