From b41e63e283c6370f5d4cd739db6a900641979ddf Mon Sep 17 00:00:00 2001 From: Denis Drozdov Date: Thu, 5 May 2022 15:02:39 +0300 Subject: [PATCH] Set poster url in config.json --- config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index aab7645..ee5a6c0 100644 --- a/config.json +++ b/config.json @@ -18,7 +18,10 @@ "icon": "https://i.imgur.com/1hqGMyg.png", "icon_background": "#FFFFFF", "context_menu": { - "target": ["images_project"], + "target": [ + "images_project" + ], "context_root": "Download as" - } -} + }, + "poster": "https://i.imgur.com/9eRexuy.png" +} \ No newline at end of file