initial commit

This commit is contained in:
Jack Case
2025-10-15 22:04:20 -04:00
commit cccbb7fdf5
2 changed files with 18 additions and 0 deletions

13
manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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"
}
}

5
scripts/report-slop.js Normal file
View File

@@ -0,0 +1,5 @@
function setup_storage_db() {
// create indexeddb object store
}
browser.runtime.onInstalled.addListener()