mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-17 21:43:59 +00:00
27 lines
624 B
JSON
27 lines
624 B
JSON
{
|
|
"baseURL": "https://rewards.bing.com",
|
|
"sessionPath": "sessions",
|
|
"headless": false,
|
|
"runOnZeroPoints": false,
|
|
"clusters": 1,
|
|
"workers": {
|
|
"doDailySet": true,
|
|
"doMorePromotions": true,
|
|
"doPunchCards": true,
|
|
"doDesktopSearch": true,
|
|
"doMobileSearch": true
|
|
},
|
|
"searchSettings": {
|
|
"useGeoLocaleQueries": false,
|
|
"scrollRandomResults": true,
|
|
"clickRandomResults": true,
|
|
"searchDelay": {
|
|
"min": 10000,
|
|
"max": 20000
|
|
}
|
|
},
|
|
"webhook": {
|
|
"enabled": false,
|
|
"url": ""
|
|
}
|
|
} |