diff --git a/declarations/Hetch.json b/declarations/Hetch.json new file mode 100644 index 0000000..dcf6197 --- /dev/null +++ b/declarations/Hetch.json @@ -0,0 +1,25 @@ +{ + "name": "Bolt Driver", + "documents": { + "Terms of Service": { + "fetch": "https://bolt.eu/fr/legal/fr/terms-for-riders/", + "select": [ + "#header", + ".document .container" + ] + }, + "Trackers Policy": { + "fetch": "https://bolt.eu/fr/cookie-declaration/", + "select": [ + ".cookie-declaration" + ] + }, + "Privacy Policy": { + "fetch": "https://bolt.eu/fr/legal/fr/privacy-for-riders/", + "select": [ + "#header", + ".document .container" + ] + } + } +}