diff --git a/declarations/Arweave.json b/declarations/Arweave.json index 07f52525..59681008 100644 --- a/declarations/Arweave.json +++ b/declarations/Arweave.json @@ -4,8 +4,20 @@ "Privacy Policy": { "fetch": "https://www.arweave.org/legal-policies", "select": [ - "#legal" + "#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)" ] } } -} \ No newline at end of file +}