Skip to content

Commit

Permalink
Track Arweave (#3477)
Browse files Browse the repository at this point in the history
* Track Arweave

* Split in several documents

---------

Co-authored-by: Clément Biron <[email protected]>
  • Loading branch information
afisher3578 and clementbiron authored Oct 23, 2024
1 parent 93b2808 commit bea8449
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions declarations/Arweave.json
Original file line number Diff line number Diff line change
@@ -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)"
]
}
}
}

0 comments on commit bea8449

Please sign in to comment.