Skip to content

Commit 48b2879

Browse files
authored
Create addon.xml
1 parent 3ccb647 commit 48b2879

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

addon.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<addon id="script.searchpro" version="1.0.0" name="Search Pro Addon" provider-name="idealkooks">
2+
<extension point="xbmc.python.script" library="main.py" />
3+
<extension point="xbmc.addon.metadata">
4+
<summary>A simple search add-on for Kodi</summary>
5+
<description>This add-on allows users to search for items.</description>
6+
<platform>all</platform>
7+
<license>GPL v2.0</license>
8+
<source>https://github.com/your/repo</source>
9+
</extension>
10+
</addon>

0 commit comments

Comments
 (0)