summaryrefslogtreecommitdiff
path: root/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addon.xml')
-rw-r--r--addon.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/addon.xml b/addon.xml
new file mode 100644
index 0000000..5a0daf0
--- /dev/null
+++ b/addon.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.newgrounds" version="0.1.0" name="Newgrounds" provider-name="zerodaysfordays">
+ <requires>
+ <import addon="xbmc.python" version="3.0.0"/>
+ <import addon="script.module.beautifulsoup4" version="4.12.2"/>
+ <import addon="script.module.requests" version="2.31.0"/>
+ </requires>
+ <extension point="xbmc.python.script" library="addon.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_US">Add-on for watching videos from Newgrounds</summary>
+ <description lang="en_US">Add-on that displays Newgrounds movies. Newgrounds is a company and entertainment website founded by Tom Fulp in 1995.</description>
+ <license>GPLv3</license>
+ <platform>all</platform>
+ <source>https://git.sr.ht/~jakob/newgrounds-addon/</source>
+ <email>zerodaysfordays@sdf.org</email>
+ <assets>
+ <icon>resources/icon.png</icon>
+ <fanart>resources/fanart.jpg</fanart>
+ </assets>
+ </extension>
+</addon>