From 9934ca6109f41fdf5fa435553112a6d036f14dc6 Mon Sep 17 00:00:00 2001 From: Luca Greco Date: Mon, 20 Sep 2021 16:35:16 +0200 Subject: [PATCH] feat: Imported Firefox 93.0b7 API schema (#3919) --- src/schema/imported/extension_types.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schema/imported/extension_types.json b/src/schema/imported/extension_types.json index bf8052ead2..179a4a056b 100644 --- a/src/schema/imported/extension_types.json +++ b/src/schema/imported/extension_types.json @@ -59,6 +59,10 @@ "scale": { "type": "number", "description": "The scale of the resulting image. Defaults to devicePixelRatio." + }, + "resetScrollPosition": { + "type": "boolean", + "description": "If true, temporarily resets the scroll position of the document to 0. Only takes effect if rect is also specified." } } },