Skip to content

Commit

Permalink
chore: updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rvyk committed Oct 24, 2024
1 parent 203e2e6 commit 49efec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { MetadataRoute } from "next";
export default function manifest(): MetadataRoute.Manifest {
return {
name: "Plan lekcji ZSTiO",
short_name: "ZSTiO",
short_name: "Plan lekcji ZSTiO",
description:
"W prosty sposób sprawdź plan zajęć i zastępstwa dla różnych klas, nauczycieli oraz sal w Zespole Szkół Technicznych i Ogólnokształcących im. Stefana Banacha w Jarosławiu.",
start_url: "/",
display: "standalone",
orientation: "portrait",
background_color: "#F22121",
theme_color: "#F22121",
background_color: "#EF0933",
theme_color: "#EF0933",
icons: [
{
src: "/icon-512x512.png",
Expand Down

0 comments on commit 49efec3

Please sign in to comment.