Files
slop-farmer-extension/manifest.json
2025-10-15 22:04:20 -04:00

13 lines
269 B
JSON

{
"manifest_version": 2,
"name": "Slop Farmer",
"version": "0.1",
"description": "Crowd-source AI slop pages and domains",
"background": {
"scripts": ["scripts/report-slop.js"],
"persistent": false,
"type": "module"
}
}