allow configuration of additional browser extensions

This commit is contained in:
sebthom
2022-02-17 13:08:09 +01:00
parent b879e3d6db
commit 7ee2d533df
4 changed files with 24 additions and 10 deletions

View File

@@ -212,8 +212,8 @@ ad_defaults:
active: true
type: # one of: OFFER, WANTED
description:
prefix:
suffix:
prefix: ""
suffix: ""
price_type: # one of: FIXED, NEGOTIABLE, GIVE_AWAY
shipping_type: # one of: PICKUP, SHIPPING, NOT_APPLICABLE
contact:
@@ -239,11 +239,12 @@ browser:
# --headless
# --start-maximized
binary_location: # path to custom browser executable, if not specified will be looked up on PATH
extensions: [] # a list of .crx extension files to be loaded
# login credentials
login:
username:
password:
username: ""
password: ""
```