diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-26 04:02:41 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-26 04:02:41 +0100 |
| commit | fb7b2389c33bef903f236f4dd0c0b98dfc0bbbe8 (patch) | |
| tree | aa61a9026da508e865ab19b38677be523c961891 /configs/windows/var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json | |
| parent | 0f1ba5af1684cfc64b3ff5374ef95c70df1caac0 (diff) | |
Feat: Ajout de la configuration Tridactyl (Native Messenger + .tridactylrc) et scripts de maintenance
Diffstat (limited to 'configs/windows/var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json')
| -rw-r--r-- | configs/windows/var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/windows/var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json b/configs/windows/var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json new file mode 100644 index 0000000..9169e9c --- /dev/null +++ b/configs/windows/var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json @@ -0,0 +1,8 @@ +{ + "name": "tridactyl", + "description": "Tridactyl native command handler", + "path": "native_main.exe", + "type": "stdio", + "allowed_extensions": [ "tridactyl.vim@cmcaine.co.uk","tridactyl.vim.betas@cmcaine.co.uk", "tridactyl.vim.betas.nonewtab@cmcaine.co.uk" ] +} + |
