Skip to content

Instantly share code, notes, and snippets.

View lokimckay's full-sized avatar
🐲
Dauður maður safnar engum vörum

Loki McKay lokimckay

🐲
Dauður maður safnar engum vörum
View GitHub Profile
@TotallyNotChase
TotallyNotChase / host.json
Last active August 7, 2024 05:26
Native Messaging - Rust
{
"name": "pingpong",
"description": "Native messaging host example",
"path": "path/to/release_executable",
"type": "stdio",
"allowed_origins": [
"chrome-extension://extension_id/"
]
}