From a2b88e29368bcc903ebd1411ce329bd37f999cab Mon Sep 17 00:00:00 2001 From: jacr13 Date: Wed, 14 Apr 2021 23:23:43 +0200 Subject: [PATCH] Add view image config var to app.json --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index eb80f95..7a3e384 100644 --- a/app.json +++ b/app.json @@ -100,6 +100,11 @@ "value": "", "required": false }, + "WHOOGLE_CONFIG_VIEW_IMAGE": { + "description": "[CONFIG] Enable View Image option (set to 1 or leave blank)", + "value": "", + "required": false + }, "WHOOGLE_CONFIG_GET_ONLY": { "description": "[CONFIG] Search using GET requests only (set to 1 or leave blank)", "value": "",