From a5ac3cd3e9145ff837c31c19994bf13f608ba965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Tue, 12 May 2026 15:30:48 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Temu=20Reports=20List=20and=20Systemic=20?= =?UTF-8?q?Risks=20=E2=80=94=202025?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- declarations/Temu.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 declarations/Temu.json diff --git a/declarations/Temu.json b/declarations/Temu.json new file mode 100644 index 0000000..e605a16 --- /dev/null +++ b/declarations/Temu.json @@ -0,0 +1,13 @@ +{ + "name": "Temu", + "terms": { + "Reports List": { + "fetch": "https://www.temu.com/transparency-center-reports.html", + "select": "[role=\"main\"]", + "executeClientScripts": true + }, + "Systemic Risks — 2025": { + "fetch": "https://dl.kwcdn.com/legal-report/20195053bec/84b7b92528bcbfe57a0c1e438f58f99c.pdf" + } + } +}