Modulo makers3d desarrollado con codex V 0.0.1
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
|
||||
export default function manifest(): MetadataRoute.Manifest {
|
||||
return {
|
||||
name: "Makers3D MVP",
|
||||
short_name: "Makers3D",
|
||||
description: "Marketplace MVP para descubrir y contactar makers 3D.",
|
||||
start_url: "/",
|
||||
display: "standalone",
|
||||
background_color: "#fff7ed",
|
||||
theme_color: "#f97316",
|
||||
lang: "es",
|
||||
icons: [
|
||||
{
|
||||
src: "/icon.svg",
|
||||
sizes: "any",
|
||||
type: "image/svg+xml",
|
||||
purpose: "any"
|
||||
}
|
||||
]
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user