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" + }