diff options
author | Nicholas Tay <nick@windblume.net> | 2022-08-14 01:54:58 +1000 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-08-14 01:54:58 +1000 |
commit | c7afd053563916f2409fdc7913738a4f864ce9a0 (patch) | |
tree | 5bdfac22d1ec8a1560cac408f1e880d43f9a55c0 /config.json.template | |
download | electron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.tar.gz electron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.tar.bz2 electron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.zip |
Initial commit
Note that Electron 11 must be used, as Electron 12 uses Chromium 88,
where plugins were removed.
Diffstat (limited to '')
-rw-r--r-- | config.json.template | 8 |
1 files changed, 8 insertions, 0 deletions
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 |