aboutsummaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
Diffstat (limited to 'native')
-rw-r--r--native/manifests/chrome_com.cerberus.pm.json9
-rw-r--r--native/manifests/firefox_com.cerberus.pm.json9
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"
+ ]
+}