-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
31 lines (31 loc) · 1.39 KB
/
Copy pathaddon.xml
File metadata and controls
31 lines (31 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.FFRForg"
name="Freedom From Religion Foundation"
version="1.0.0"
provider-name="leopheard">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.addon.common" version="2.0.0"/>
<import addon="plugin.video.youtube" version="5.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">FFRF.org video addon</summary>
<description lang="en">The purposes of the Freedom From Religion Foundation, Inc., as stated in its bylaws, are to promote the constitutional principle of separation of state and church, and to educate the public on matters relating to nontheism.</description>
<platform>all</platform>
<forum></forum>
<source>https://github.com/leopheard/FFRF.org</source>
<website>http://ffrf.org/</website>
<email>leopheard@gmail.com</email>
<license>The MIT License (MIT)</license>
<assets>
<icon>resources/media/icon.jpeg</icon>
<fanart>resources/media/fanart.jpeg</fanart>
<screenshot>resources/media/fanart.jpeg</screenshot>
<screenshot>resources/media/screen3.jpeg</screenshot>
<screenshot>resources/media/screen2.jpeg</screenshot>
</assets>
</extension>
</addon>