forked from pigskin/kodi-gamepass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
25 lines (25 loc) · 869 Bytes
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nfl.gamepass"
name="NFL Game Pass"
version="0.5.0"
provider-name="Alexqw|divingmule">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xmltodict" version="0.2.0"/>
<import addon="script.module.requests2" version="2.2.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>NFL Game Pass</summary>
<description>
Watch NFL Game Pass and NFL Game Rewind streams.
</description>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source></source>
<forum></forum>
</extension>
</addon>