From c7afd053563916f2409fdc7913738a4f864ce9a0 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sun, 14 Aug 2022 01:54:58 +1000 Subject: Initial commit Note that Electron 11 must be used, as Electron 12 uses Chromium 88, where plugins were removed. --- config.json.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.json.template (limited to 'config.json.template') diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..35127b3 --- /dev/null +++ b/config.json.template @@ -0,0 +1,8 @@ +{ + "urls": { + "Link 1": "https://...", + "Link 2": "https://..." + }, + "username": "basic auth", + "password": "basic auth" +} \ No newline at end of file -- cgit