Skip to content

Commit

Permalink
update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreyDiamond committed Jan 23, 2023
1 parent 114f828 commit c71376e
Show file tree
Hide file tree
Showing 6 changed files with 6,630 additions and 155 deletions.
File renamed without changes.
32 changes: 32 additions & 0 deletions companion/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"id": "pnh-opencountdown",
"name": "pnh-opencountdown",
"shortname": "opencountdown",
"description": "Module to control opencountdown",
"version": "2.0.0",
"license": "LGPL-3.0",
"repository": "git+github.com/bitfocus/companion-module-pnh-opencountdown.git",
"bugs": "https://github.com/bitfocus/companion-module-pnh-opencountdown/issues",
"maintainers": [
{
"name": "TheGreydiamond",
"email": "[email protected]"
}
],
"legacyIds": [],
"runtime": {
"type": "node18",
"api": "nodejs-ipc",
"apiVersion": "0.0.0",
"entrypoint": "../index.js"
},
"manufacturer": "[Project-Name-Here]",
"products": [
"opencountdown"
],
"keywords": [
"Software",
"Countdown",
"Professional"
]
}
Loading

0 comments on commit c71376e

Please sign in to comment.