mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-30 21:07:01 +02:00
8a66c92283
Co-authored-by: Rob Wu <rob@robwu.nl>
8 lines
208 B
JSON
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" ]
|
|
}
|