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

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()