move downloads, and user-agent to config.json

This commit is contained in:
2025-05-06 23:40:03 -07:00
parent d41d3d812d
commit cb62bfd3e0
2 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,8 @@
{
"global": {
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",
"downloadPath": "downloads"
},
"urls": [
"https://github.com/McPlugin/SoCool",
],