platypush/platypush/plugins/media/omxplayer/manifest.json

17 lines
269 B
JSON

{
"manifest": {
"events": {},
"install": {
"pip": [
"omxplayer-wrapper",
"yt-dlp"
],
"apt": [
"omxplayer",
"yt-dlp"
]
},
"package": "platypush.plugins.media.omxplayer",
"type": "plugin"
}
}