diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-26 12:40:58 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-26 12:40:58 +0200 |
| commit | a996f78277d5ba5adccb0daa535bc2494350975c (patch) | |
| tree | 08d594ba144f41fb14ebd2354beb2a8cda9be101 /native/manifests | |
| parent | 91499edd42cc50ee0543e11e08a6b653f3475262 (diff) | |
| download | cerberus-a996f78277d5ba5adccb0daa535bc2494350975c.tar.gz cerberus-a996f78277d5ba5adccb0daa535bc2494350975c.zip | |
Initial Commit
Diffstat (limited to 'native/manifests')
| -rw-r--r-- | native/manifests/chrome_com.cerberus.pm.json | 9 | ||||
| -rw-r--r-- | native/manifests/firefox_com.cerberus.pm.json | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/native/manifests/chrome_com.cerberus.pm.json b/native/manifests/chrome_com.cerberus.pm.json new file mode 100644 index 0000000..7eec080 --- /dev/null +++ b/native/manifests/chrome_com.cerberus.pm.json @@ -0,0 +1,9 @@ +{ + "name": "com.cerberus.pm", + "description": "Cerberus Password Manager Native Messaging Host (dev)", + "path": "/usr/local/bin/cerberus-native-host", + "type": "stdio", + "allowed_origins": [ + "chrome-extension://REPLACE_WITH_EXTENSION_ID/" + ] +} diff --git a/native/manifests/firefox_com.cerberus.pm.json b/native/manifests/firefox_com.cerberus.pm.json new file mode 100644 index 0000000..fda6d6e --- /dev/null +++ b/native/manifests/firefox_com.cerberus.pm.json @@ -0,0 +1,9 @@ +{ + "name": "com.cerberus.pm", + "description": "Cerberus Password Manager Native Messaging Host (dev)", + "path": "/usr/local/bin/cerberus-native-host", + "type": "stdio", + "allowed_extensions": [ + "cerberus@example.com" + ] +} |
