First test

This commit is contained in:
mschuepbach
2024-03-10 20:07:05 +01:00
parent b361fc00df
commit b3a9d86a38
4 changed files with 67 additions and 0 deletions

12
install.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<extension>
<name>PLUGIN_YOUTUBEMUSIC</name>
<module>Plugins::YoutubeMusic::Plugin</module>
<version>0.0.1</version>
<description>PLUGIN_YOUTUBEMUSIC_DESC</description>
<defaultState>enabled</defaultState>
<targetApplication>
<minVersion>7.0</minVersion>
<maxVersion>*</maxVersion>
</targetApplication>
</extension>