Add native messaging manifest to debian package
All checks were successful
Release binary and debian package for cl-cli / webext-build (push) Successful in 30s
Check go code / build-and-release (push) Successful in 1m7s
Release binary and debian package for cl-cli / build-and-release (push) Successful in 1m50s

This commit is contained in:
2025-11-13 09:34:07 +01:00
parent 9439f6afe1
commit 76e220ba6f
5 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "cl_cli",
"description": "Call cl-cli from browser",
"path": "/usr/bin/cl-webext",
"type": "stdio",
"allowed_extensions": ["helper@champs-libres-coop"]
}