initial commit
This commit is contained in:
13
manifest.json
Normal file
13
manifest.json
Normal 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
5
scripts/report-slop.js
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
function setup_storage_db() {
|
||||||
|
// create indexeddb object store
|
||||||
|
}
|
||||||
|
|
||||||
|
browser.runtime.onInstalled.addListener()
|
||||||
Reference in New Issue
Block a user