Files
Microsoft-Rewards-Script/src/config.json
TheNetsky e195f973cd 1.2.1
2023-10-19 22:09:05 +02:00

23 lines
536 B
JSON

{
"baseURL": "https://rewards.bing.com",
"sessionPath": "sessions",
"headless": false,
"runOnZeroPoints": true,
"clusters": 1,
"workers": {
"doDailySet": true,
"doMorePromotions": true,
"doPunchCards": true,
"doDesktopSearch": true,
"doMobileSearch": true
},
"searchSettings": {
"useGeoLocaleQueries": false,
"scrollRandomResults": true,
"clickRandomResults": true
},
"webhook": {
"enabled": false,
"url": ""
}
}