Update repository structure
Some checks failed
release / release-plugins (push) Failing after 19s

This commit is contained in:
mschuepbach
2024-03-28 21:44:32 +01:00
parent 54dfd10aa9
commit 6fdb7bc11c
8 changed files with 1 additions and 1 deletions

13
install.xml Normal file
View File

@@ -0,0 +1,13 @@
<?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>
<optionsURL>plugins/YouTubeMusic/settings/basic.html</optionsURL>
<targetApplication>
<minVersion>7.0</minVersion>
<maxVersion>*</maxVersion>
</targetApplication>
</extension>