From 3e19ec4ba37d13f107fd7c6fc12af7615f8d77c8 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 5 Apr 2021 10:16:27 +0200 Subject: [PATCH] Fixed slash/backslash issue for image Fixed: Fixed slash/backslash issue for image --- docs/Notifiarr/Quick-Start.md | 2 +- docs/manifest.webmanifest | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/manifest.webmanifest diff --git a/docs/Notifiarr/Quick-Start.md b/docs/Notifiarr/Quick-Start.md index 31b49ca7e..9aadc19a0 100644 --- a/docs/Notifiarr/Quick-Start.md +++ b/docs/Notifiarr/Quick-Start.md @@ -214,7 +214,7 @@ It will show you a short description where and how to add what. ??? example - ![!dn-radarr-integration-instructions](images\dn-radarr-integration-instructions.png) + ![!dn-radarr-integration-instructions](images/dn-radarr-integration-instructions.png) ### Radarr, Readarr and Lidarr diff --git a/docs/manifest.webmanifest b/docs/manifest.webmanifest new file mode 100644 index 000000000..d2c29e0ba --- /dev/null +++ b/docs/manifest.webmanifest @@ -0,0 +1,15 @@ +{ + "name": "TRaSH Guides", + "short_name": "Guidarr", + "description": "Guides mainly for Sonarr/Radarr/Bazarr and everything related to it.", + "icons": [ + { + "src": "img/logo.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#4051B5", + "background_color": "#2E303E", + "display": "standalone" + }