Add shortcuts to site.webmanifest

This commit is contained in:
Andrew Hosgood 2024-03-20 16:45:41 +00:00 committed by Christopher Charbonneau Wells
parent 25f52400d8
commit 09464540b9
1 changed files with 27 additions and 1 deletions

View File

@ -17,5 +17,31 @@
"start_url": "/",
"display": "standalone",
"theme_color": "#37abe9",
"background_color": "#212529"
"background_color": "#212529",
"shortcuts": [
{
"name": "Start a timer",
"url": "/timers/add/"
},
{
"name": "Record a change",
"url": "/changes/add/"
},
{
"name": "Record a feed",
"url": "/feedings/add/"
},
{
"name": "Record a pumping",
"url": "/pumping/add/"
},
{
"name": "Record a sleep",
"url": "/sleep/add/"
},
{
"name": "Record tummy time",
"url": "/tummy-time/add/"
}
]
}