app
Sample bridge: hello-python
UnreviewedMinimal third-party Adom Desktop bridge in ~80 lines of Python stdlib. Fork this as a starting point for your own bridge.
{
"slug": "adom-desktop-hello-python-bridge",
"version": "1.0.0",
"type": "app",
"description": "Minimal third-party Adom Desktop bridge in ~80 lines of Python stdlib. Fork this as a starting point for your own bridge.",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
}
}