Skip to content

Commit

Permalink
chore: Update URLs in manifest.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Jul 24, 2024
1 parent b275ab5 commit 568714c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"name": "Home",
"short_name": "Home",
"description": "Home",
"url": "/routine/",
"url": "/",
"icons": [
{
"src": "icons/icon96.png",
Expand All @@ -79,7 +79,7 @@
"name": "Routines",
"short_name": "Charts",
"description": "Charts",
"url": "/routine/routines/",
"url": "/routines/",
"icons": [
{
"src": "icons/icon96.png",
Expand All @@ -91,7 +91,7 @@
"name": "Calendar",
"short_name": "Settings",
"description": "Settings",
"url": "/routine/calendar/",
"url": "/calendar/",
"icons": [
{
"src": "icons/icon96.png",
Expand All @@ -103,7 +103,7 @@
"name": "More",
"short_name": "More",
"description": "More",
"url": "/routine/more/",
"url": "/more/",
"icons": [
{
"src": "icons/icon96.png",
Expand Down

0 comments on commit 568714c

Please sign in to comment.