From bea8449bf64dd5cf4dc35225caa27ed939d9a5d5 Mon Sep 17 00:00:00 2001 From: Alex Fisher <92438650+afisher3578@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:08:19 +0200 Subject: [PATCH] Track Arweave (#3477) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Track Arweave * Split in several documents --------- Co-authored-by: Clément Biron --- declarations/Arweave.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 declarations/Arweave.json diff --git a/declarations/Arweave.json b/declarations/Arweave.json new file mode 100644 index 00000000..59681008 --- /dev/null +++ b/declarations/Arweave.json @@ -0,0 +1,23 @@ +{ + "name": "Arweave", + "documents": { + "Privacy Policy": { + "fetch": "https://www.arweave.org/legal-policies", + "select": [ + "#legal .my-6.mb-16:nth-of-type(1)" + ] + }, + "Trackers Policy": { + "fetch": "https://www.arweave.org/legal-policies", + "select": [ + "#legal .my-6.mb-16:nth-of-type(2)" + ] + }, + "Imprint": { + "fetch": "https://www.arweave.org/legal-policies", + "select": [ + "#legal .my-6.mb-16:nth-of-type(3)" + ] + } + } +}