Files
webextensions-examples/native-messaging/app/ping_pong.json
Simeon Vincent 8a66c92283 Update native-messaging/app/ping_pong.json
Co-authored-by: Rob Wu <rob@robwu.nl>
2024-07-17 12:35:32 -07:00

8 lines
208 B
JSON

{
"name": "ping_pong",
"description": "Example host for native messaging",
"path": "/path/to/native-messaging/app/ping_pong.py",
"type": "stdio",
"allowed_extensions": [ "ping_pong@example.org" ]
}