From 88c9a514b89aed861eb677b0adea0b31fd0bd974 Mon Sep 17 00:00:00 2001 From: hax Date: Sun, 5 Jan 2025 13:15:36 +0000 Subject: [PATCH] Welcome sites.json Example Signed-off-by: hax --- sites.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sites.json diff --git a/sites.json b/sites.json new file mode 100644 index 0000000..3a0a18f --- /dev/null +++ b/sites.json @@ -0,0 +1,7 @@ +{ + "urls": [ + "https://example.com", + "https://example.org", + "https://another-example.com" + ] +}