Full Validation
Validate all plugin links via Cloudflare Worker
Catalog Stats
Get current catalog statistics
Local Check
Quick validation (first 10 plugins)
Manual Commands
Trigger Validation via cURL
curl -X POST https://list-manager-app.brian-419.workers.dev/validate-linksGet Catalog Stats
curl https://list-manager-app.brian-419.workers.dev/catalog-statsGet Pending Submissions
curl https://list-manager-app.brian-419.workers.dev/pending-submissionsValidate Single Plugin
curl -X POST https://list-manager-app.brian-419.workers.dev/validate-plugin -H "Content-Type: application/json" -d '{"repo":"https://github.com/...","readmeUrl":"...","downloadUrls":{...}}'Worker Configuration
Update the workerUrl variable in this file to point to your deployed Cloudflare Worker.
Currently set to: https://list-manager-app.brian-419.workers.dev