Add comprehensive FAQ and README documentation for Microsoft Rewards Script

- Created FAQ.md with detailed answers to common questions regarding the project, installation, configuration, troubleshooting, safety, and features.
- Established README.md to serve as a documentation hub, outlining the structure and providing quick navigation links to various guides and resources.
This commit is contained in:
2025-11-03 14:54:07 +01:00
parent 6d549e6590
commit 8ccfdd23c9
20 changed files with 1264 additions and 527 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "microsoft-rewards-rewi",
"version": "2.50.5",
"name": "microsoft-rewards-script",
"version": "2.51.0",
"description": "Automatically do tasks for Microsoft Rewards but in TS!",
"private": true,
"main": "index.js",
@@ -9,12 +9,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Light60-1/Microsoft-Rewards-Rewi.git"
"url": "https://github.com/Light60-1/Microsoft-Rewards-Bot.git"
},
"bugs": {
"url": "https://github.com/Light60-1/Microsoft-Rewards-Rewi/issues"
"url": "https://github.com/Light60-1/Microsoft-Rewards-Bot/issues"
},
"homepage": "https://github.com/Light60-1/Microsoft-Rewards-Rewi#readme",
"homepage": "https://github.com/Light60-1/Microsoft-Rewards-Bot#readme",
"scripts": {
"clean": "rimraf dist",
"pre-build": "npm i && npm run clean && node -e \"process.exit(process.env.SKIP_PLAYWRIGHT_INSTALL?0:1)\" || npx playwright install chromium",
@@ -29,7 +29,7 @@
"prepare": "npm run build",
"setup": "node ./setup/update/setup.mjs",
"kill-chrome-win": "powershell -Command \"Get-Process | Where-Object { $_.MainModule.FileVersionInfo.FileDescription -eq 'Google Chrome for Testing' } | ForEach-Object { Stop-Process -Id $_.Id -Force }\"",
"create-docker": "docker build -t microsoft-rewards-rewi-docker ."
"create-docker": "docker build -t microsoft-rewards-script-docker ."
},
"keywords": [
"Bing Rewards",
@@ -42,9 +42,9 @@
],
"author": "Light60-1",
"contributors": [
"Microsoft-Rewards-Rewi (https://github.com/Light60-1/Microsoft-Rewards-Rewi)"
"Microsoft Rewards Bot Community (https://github.com/Light60-1/Microsoft-Rewards-Bot/graphs/contributors)"
],
"license": "PROPRIETARY",
"license": "CC-BY-NC-SA-4.0",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Light60-1"