initial commit

This commit is contained in:
2026-09-12 14:29:44 +02:00
commit b65af3aae7
14 changed files with 1746 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Build output
dist/
# web-ext sign / run
web-ext-artifacts/
.web-extension-id
# AMO API credentials — never commit these
.env
*.secret
# Node, if web-ext ends up installed locally
node_modules/
# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store