From 0c951491c83a48f4e821a1d959e8cd1d66394355 Mon Sep 17 00:00:00 2001 From: GDefrevillePEReN Date: Thu, 19 Oct 2023 15:49:03 +0200 Subject: [PATCH] add service --- declarations/Volvo Cars.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 declarations/Volvo Cars.json diff --git a/declarations/Volvo Cars.json b/declarations/Volvo Cars.json new file mode 100644 index 0000000..844f916 --- /dev/null +++ b/declarations/Volvo Cars.json @@ -0,0 +1,13 @@ +{ + "name": "Volvo Cars", + "documents": { + "Privacy Policy": { + "executeClientScripts": true, + "fetch": "https://www.volvocars.com/fr/legal/privacy/privacy-car", + "select": { + "startBefore": "h1", + "endBefore": "#vcc-site-footer" + } + } + } +}