From b76b900ccb2ac1d870bd9fd1a0584d1190df04f1 Mon Sep 17 00:00:00 2001 From: Alex Fisher <92438650+afisher3578@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:57:10 +0200 Subject: [PATCH] Track Base (#3476) --- declarations/Base.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 declarations/Base.json diff --git a/declarations/Base.json b/declarations/Base.json new file mode 100644 index 00000000..cecfffa6 --- /dev/null +++ b/declarations/Base.json @@ -0,0 +1,17 @@ +{ + "name": "Base", + "documents": { + "Privacy Policy": { + "fetch": "https://docs.base.org/docs/privacy-policy/", + "select": "article" + }, + "Terms of Service": { + "fetch": "https://docs.base.org/docs/terms-of-service/", + "select": "article" + }, + "Trackers Policy": { + "fetch": "https://docs.base.org/docs/cookie-policy/", + "select": "article" + } + } +} \ No newline at end of file