Skip to content

Commit

Permalink
add information required for extension manager
Browse files Browse the repository at this point in the history
  • Loading branch information
docbobo committed Jan 17, 2025
1 parent 479eccc commit 9538fb4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .reg/settings
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

0 comments on commit 9538fb4

Please sign in to comment.