commit 3669fc5c6b506bcc35a9f1f80873cbb4917c22c4 Author: Gustavo ZQ Date: Mon May 18 00:55:34 2026 +0000 Add config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..0288cde --- /dev/null +++ b/config.json @@ -0,0 +1,20 @@ +{ + "servers": [ + { + "nombre": "jkanime", + "version": { + "major": 1, + "minor": 1 + }, + "dexpath": "" + }, + { + "nombre": "pelispop", + "version": { + "major": 1, + "minor": 1 + }, + "dexpath": "" + } + ] +} \ No newline at end of file