﻿<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Though the id says this is a plugin, it's actually a script (see extension
     point). The addon started as a plugin, but became a script when it was
     converted to a skinned addon. It is left unchanged so that users aren't
     marooned on an old version. -->
<addon id="plugin.video.nfl.gamepass"
       name="NFL Game Pass"
       version="0.8.0"
       provider-name="Alexqw,divingmule,BaumSchorle,eriksoderblom">
  <requires>
    <import addon="xbmc.python" version="2.19.0"/>
    <import addon="script.module.xmltodict" version="0.9.0"/>
    <import addon="script.module.requests" version="2.7.0"/>
    <import addon="xbmc.gui" version="5.3.0"/>
  </requires>
  <extension point="xbmc.python.script" library="default.py">
    <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">NFL Game Pass</summary>
    <description lang="en">Watch NFL Game Pass streams.</description>
    <platform>all</platform>
    <language>en</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <source>https://github.com/Alexqw/xbmc-gamepass</source>
    <forum></forum>
    <disclaimer lang="en">This addon requires you to have a subscription to either NFL Game Pass.[CR]Please note that these subscriptions are region restricted by the NFL.[CR]This addon is completely unofficial and is /not/ endorsed by the NFL in any way.</disclaimer>
  </extension>
</addon>
