From b2bdcfde2eb12d9b992b29e46aa0d45c1c80ea41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Wed, 23 Oct 2024 17:02:28 +0200 Subject: [PATCH] Add UptimeRobot Privacy Policy and Terms of Service (#84) --- 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" + } + } +}