<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.giantbomb"
       name="Giant Bomb"
       version="3.5.1"
       provider-name="Whiskey Media">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
    <import addon="script.module.simplejson" version="2.0.10"/>
  </requires>
  <extension point="xbmc.python.pluginsource"
            library="default.py">
        <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <summary>Giant Bomb video plugin</summary>
    <description>Giant Bomb is a video game enthusiast site with a sense of humor. Watch Jeff Gerstmann and crew in thousands of original game videos, reviews and previews.</description>
    <source>https://github.com/WhiskeyMedia/xbmc</source>
  </extension>
</addon>
