mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
8 lines
242 B
JSON
8 lines
242 B
JSON
{
|
|
"name": "ping_pong",
|
|
"description": "Example host for native messaging",
|
|
"path": "/Users/svincent/dev/webextensions-examples/native-messaging/app/ping_pong.py",
|
|
"type": "stdio",
|
|
"allowed_extensions": [ "ping_pong@example.org" ]
|
|
}
|