favicon
This commit is contained in:
16
app/manifest.ts
Normal file
16
app/manifest.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
|
||||
export default function manifest(): MetadataRoute.Manifest {
|
||||
return {
|
||||
name: "Bay Area Email Services",
|
||||
short_name: "Bay Area Email",
|
||||
start_url: "/",
|
||||
display: "standalone",
|
||||
background_color: "#05070d",
|
||||
theme_color: "#000080",
|
||||
icons: [
|
||||
{ src: "/icon-192.png", sizes: "192x192", type: "image/png" },
|
||||
{ src: "/icon-512.png", sizes: "512x512", type: "image/png" },
|
||||
],
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user