diff --git a/public/clock-icon-192x192.png b/public/clock-icon-192x192.png new file mode 100644 index 00000000..d148ad32 Binary files /dev/null and b/public/clock-icon-192x192.png differ diff --git a/public/cog-icon-192x192.png b/public/cog-icon-192x192.png new file mode 100644 index 00000000..2710ff50 Binary files /dev/null and b/public/cog-icon-192x192.png differ diff --git a/public/site.webmanifest b/public/site.webmanifest index 3465bc83..45c8aa0d 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -30,5 +30,40 @@ ], "theme_color": "#1f2937", "background_color": "#1f2937", - "display": "standalone" + "display": "standalone", + "shortcuts": [ + { + "name": "Requests", + "url": "/requests", + "icons": [ + { + "src": "/clock-icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ] + }, + { + "name": "Profile", + "url": "/profile", + "icons": [ + { + "src": "/users-icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ] + }, + { + "name": "Settings", + "url": "/profile/settings", + "icons": [ + { + "src": "/cog-icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ] + } + ] } diff --git a/public/users-icon-192x192.png b/public/users-icon-192x192.png new file mode 100644 index 00000000..be077a86 Binary files /dev/null and b/public/users-icon-192x192.png differ