mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
Rename app to "Todocolors" in manifest
This commit is contained in:
parent
02cde589ec
commit
d750d7949b
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Todoblue",
|
"name": "Todocolors",
|
||||||
"short_name": "Todoblue",
|
"short_name": "Todocolors",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "minimal-ui",
|
"display": "minimal-ui",
|
||||||
"background_color": "#0c193b",
|
"background_color": "#0c193b",
|
||||||
|
|
|
@ -10,7 +10,7 @@ config.autoAddCss = false;
|
||||||
|
|
||||||
|
|
||||||
export const metadata: NextMetadata = {
|
export const metadata: NextMetadata = {
|
||||||
applicationName: "Todoblue",
|
applicationName: "Todocolors",
|
||||||
title: "Todocolors",
|
title: "Todocolors",
|
||||||
description: "Self-hosted multiplayer todo app",
|
description: "Self-hosted multiplayer todo app",
|
||||||
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
||||||
|
|
Loading…
Reference in a new issue