-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add information required for extension manager
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Set the AUTHOR variable to the name you want to be presented with to the user | ||
AUTHOR="doc bobo" | ||
|
||
# Set the extension ID to a string that uniquely identifies your extension, e.g. based on an internet domain you own | ||
EXTENSION_ID=org.pruessmann.roon-extension-denon | ||
|
||
# Set the NAME variable to the name of your extension | ||
NAME=roon-extension-denon | ||
|
||
# Set the FRIENDLY_NAME variable to a more readable name for your extension | ||
FRIENDLY_NAME="Denon/Marantz AVR" | ||
|
||
# Set the DESCRIPTION variable to a single line string that summarizes the function of your extension | ||
DESCRIPTION="Roon Volume Control Extension for Denon/Marantz AVR receivers" | ||
|
||
# Set the VERSION variable to the version number of your extension | ||
VERSION=2025.1.1 | ||
|
||
# Set the EMAIL variable to the address that users can use for support questions | ||
[email protected] | ||
|
||
# Set the WEBSITE variable to the location where more information about your extension can be found | ||
# This can be your website, a Roon Community forum post, the GitHub respository of your extension, etc. | ||
WEBSITE=https://github.com/docbobo/roon-extension-denon | ||
|
||
# Set the MAIN_FILE variable to the main source file of your extension | ||
MAIN_FILE=app.js | ||
|
||
# Set the USER variable to your Docker Hub account name | ||
USER=docbobo |