Proof of concept

This commit is contained in:
2025-11-13 19:03:30 +01:00
commit 654efe3416
10 changed files with 372 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"dependencies": {
"web-ext": "^9.1.0"
},
"scripts": {
"start:firefox": "web-ext run --source-dir ./"
}
}