mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 16:24:19 +00:00
Add manifest
metadata field and manifest.json
This commit is contained in:
parent
732d87c23e
commit
3d60ede6a2
2 changed files with 8 additions and 0 deletions
7
todoblue/public/manifest.json
Normal file
7
todoblue/public/manifest.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "Todoblue",
|
||||||
|
"short_name": "Todoblue",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#0c193b",
|
||||||
|
"description": "Self-hostable multiplayer todo app"
|
||||||
|
}
|
|
@ -16,6 +16,7 @@ export const metadata: NextMetadata = {
|
||||||
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
||||||
creator: "Steffo",
|
creator: "Steffo",
|
||||||
robots: "noindex, nofollow",
|
robots: "noindex, nofollow",
|
||||||
|
manifest: "manifest.json",
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function layout({children}: { children: ReactNode }) {
|
export default function layout({children}: { children: ReactNode }) {
|
||||||
|
|
Loading…
Reference in a new issue