Skip to content

Commit

Permalink
Merge branch 'main' into add_bolt_terms_of_service
Browse files Browse the repository at this point in the history
  • Loading branch information
Cli4d authored Feb 5, 2025
2 parents 49dc19f + 1bdaa57 commit 9cb9772
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions declarations/GlovoApp Kenya.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "GlovoApp Kenya",
"documents": {
"Terms of Service": {
"fetch": "https://glovoapp.com/docs/en/legal/terms/?country=ke",
"select": [
"#legal_content_1"
],
"remove": [
"#country-selector"
]
}
}
}
8 changes: 8 additions & 0 deletions declarations/Kenya Revenue Authority.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Kenya Revenue Authority",
"documents": {
"Terms of Service": {
"fetch": "https://www.kra.go.ke/images/Corporate_Website_Terms_Conditions.pdf"
}
}
}
11 changes: 11 additions & 0 deletions declarations/Sling Money.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Sling Money",
"documents": {
"Terms of Service": {
"fetch": "https://sling.money/legal/terms-of-service",
"select": [
".framer-1s6u3nd"
]
}
}
}

0 comments on commit 9cb9772

Please sign in to comment.