Skip to content

Commit

Permalink
Initial version of pluginInfo.json for new plugin install page.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinkham committed Jan 18, 2019
1 parent 749dc6b commit 2ef993e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pluginInfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"repoName": "fpp-vastfmt",
"name": "Vast V-FMT212R",
"author": "Mat Mrosko (Materdaddy)",
"description": "Basic RDS/Audio support for the Vast Electronics V-FMT212R USB FM Transmitter",
"homeURL": "https://github.com/FalconChristmas/fpp-vastfmt",
"srcURL": "https://github.com/FalconChristmas/fpp-vastfmt.git",
"bugURL": "https://github.com/FalconChristmas/fpp-vastfmt/issues",
"versions": [
{
"minFPPVersion": 0,
"maxFPPVersion": 1.99,
"branch": "master",
"allowUpdates": 0,
"sha": "fd01a57464e9001441c11ae54dced2e1019c18bf"
},
{
"minFPPVersion": 2.0,
"maxFPPVersion": 0,
"branch": "master",
"allowUpdates": 1,
"sha": "749dc6bce52276a44e1223647809083947aa037d"
}
]
}

0 comments on commit 2ef993e

Please sign in to comment.