From b4f4565b7b5e52a84e7a75951a79df2f119d9d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Wed, 23 Oct 2024 15:33:17 +0200 Subject: [PATCH] Add UptimeRobot Privacy Policy and Terms of Service --- declarations/UptimeRobot.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 declarations/UptimeRobot.json diff --git a/declarations/UptimeRobot.json b/declarations/UptimeRobot.json new file mode 100644 index 0000000..61d3ec7 --- /dev/null +++ b/declarations/UptimeRobot.json @@ -0,0 +1,13 @@ +{ + "name": "UptimeRobot", + "documents": { + "Privacy Policy": { + "fetch": "https://uptimerobot.com/privacy/", + "select": "main" + }, + "Terms of Service": { + "fetch": "https://uptimerobot.com/terms/", + "select": "main" + } + } +}