Chrome extension (#453)

* added chrome extension
* prepare chrome extension for web store submission
* retention 7 days
* gate chrome service with a flag
This commit is contained in:
arkml 2026-03-28 00:41:46 +05:30 committed by GitHub
parent 07d34471f5
commit 30e1785fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1738 additions and 511 deletions

View file

@ -24,7 +24,9 @@
"ai": "^5.0.133",
"awilix": "^12.0.5",
"chokidar": "^4.0.3",
"cors": "^2.8.6",
"cron-parser": "^5.5.0",
"express": "^5.2.1",
"glob": "^13.0.0",
"google-auth-library": "^10.5.0",
"isomorphic-git": "^1.29.0",
@ -41,6 +43,8 @@
"zod": "^4.2.1"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.0.3",
"@types/papaparse": "^5.5.2",
"@types/pdf-parse": "^1.1.5"