From 2e46102ecdbb9d041117ef5c690550c82f9b90fe Mon Sep 17 00:00:00 2001 From: Chloe <48113593+kawaiizenbo@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:22:39 -0700 Subject: [PATCH] Add files via upload --- example-options.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example-options.json diff --git a/example-options.json b/example-options.json new file mode 100644 index 0000000..11969b0 --- /dev/null +++ b/example-options.json @@ -0,0 +1,13 @@ +{ + "originalFilenames": false, + "repos": [ + { + "url": "http://cydia.invoxiplaygames.uk/", + "isInstaller": false + }, + { + "url": "http://apptapp.saurik.com", + "isInstaller": true + } + ] +}