1
Fork 0
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:
Steffo 2023-08-06 19:19:36 +02:00
parent 02cde589ec
commit d750d7949b
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Todoblue",
"short_name": "Todoblue",
"name": "Todocolors",
"short_name": "Todocolors",
"start_url": ".",
"display": "minimal-ui",
"background_color": "#0c193b",

View file

@ -10,7 +10,7 @@ config.autoAddCss = false;
export const metadata: NextMetadata = {
applicationName: "Todoblue",
applicationName: "Todocolors",
title: "Todocolors",
description: "Self-hosted multiplayer todo app",
viewport: {initialScale: 1, width: "device-width", userScalable: false},