diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index a74dc37..17fd6c5 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -18,6 +18,9 @@ + + + @ViewData["Title"] - CarCareTracker @@ -25,6 +28,12 @@ + + + + + + diff --git a/wwwroot/defaults/garage.png b/wwwroot/defaults/garage.png new file mode 100644 index 0000000..7413365 Binary files /dev/null and b/wwwroot/defaults/garage.png differ diff --git a/wwwroot/defaults/garage_narrow.png b/wwwroot/defaults/garage_narrow.png new file mode 100644 index 0000000..0d8d7d5 Binary files /dev/null and b/wwwroot/defaults/garage_narrow.png differ diff --git a/wwwroot/defaults/lubelogger_icon_128.png b/wwwroot/defaults/lubelogger_icon_128.png new file mode 100644 index 0000000..8d2fda4 Binary files /dev/null and b/wwwroot/defaults/lubelogger_icon_128.png differ diff --git a/wwwroot/defaults/lubelogger_icon_144.png b/wwwroot/defaults/lubelogger_icon_144.png new file mode 100644 index 0000000..94fdbe8 Binary files /dev/null and b/wwwroot/defaults/lubelogger_icon_144.png differ diff --git a/wwwroot/defaults/lubelogger_icon_192.png b/wwwroot/defaults/lubelogger_icon_192.png new file mode 100644 index 0000000..9749414 Binary files /dev/null and b/wwwroot/defaults/lubelogger_icon_192.png differ diff --git a/wwwroot/defaults/lubelogger_icon_72.png b/wwwroot/defaults/lubelogger_icon_72.png new file mode 100644 index 0000000..35bb41a Binary files /dev/null and b/wwwroot/defaults/lubelogger_icon_72.png differ diff --git a/wwwroot/defaults/lubelogger_launch.png b/wwwroot/defaults/lubelogger_launch.png new file mode 100644 index 0000000..99e58fd Binary files /dev/null and b/wwwroot/defaults/lubelogger_launch.png differ diff --git a/wwwroot/favicon.ico b/wwwroot/favicon.ico index 63e859b..56c48fc 100644 Binary files a/wwwroot/favicon.ico and b/wwwroot/favicon.ico differ diff --git a/wwwroot/manifest.json b/wwwroot/manifest.json new file mode 100644 index 0000000..b1bfe05 --- /dev/null +++ b/wwwroot/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "LubeLogger", + "start_url": "/", + "display": "standalone", + "icons": [ + { + "src": "/defaults/lubelogger_icon_72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/defaults/lubelogger_icon_128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "/defaults/lubelogger_icon_144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/defaults/lubelogger_icon_192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "screenshots": [ + { + "src": "/defaults/garage_narrow.png", + "type": "image/png", + "sizes": "540x720", + "form_factor": "narrow" + }, + { + "src": "/defaults/garage.png", + "type": "image/png", + "sizes": "720x540", + "form_factor": "wide" + } + ] +} \ No newline at end of file