Skip to content

Commit

Permalink
manifest: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Nov 22, 2024
1 parent 5b8c43b commit a815177
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ export default function manifest(): MetadataRoute.Manifest {
short_name: "Planner",
id: "sccs_plan",
categories: ["education", "productivity", "utilities"],
description: "Plan and track your classes with the SCCS Class Planner",
description: "Plan and track your classes with the SCCS Course Planner",
dir: "auto",
lang: "en-US",
start_url: "/",
scope: "/",
display: "standalone",
orientation: "any",
display_override: [
Expand All @@ -21,6 +22,22 @@ export default function manifest(): MetadataRoute.Manifest {
],
background_color: "#141C2A",
theme_color: "#141C2A",
prefer_related_applications: false,
edge_side_panel: {
preferred_width: 425,
},
shortcuts: [
{
name: "Calendar",
url: "/calendar",
description: "Course Planner calendar view",
},
{
name: "Ratings",
url: "/rating",
description: "Course Planner ratings form",
},
],
icons: [
{
src: "favicon.ico",
Expand Down

0 comments on commit a815177

Please sign in to comment.