diff --git a/addon.xml b/addon.xml index 33baa20..c6a5a85 100644 --- a/addon.xml +++ b/addon.xml @@ -13,5 +13,13 @@ provider-name="Roman_V_M"> Example Kodi Video Plugin An example video plugin for Kodi mediacenter. Free sample videos are provided by www.vidsplay.com. + + icon.png + fanart.jpg + resources\screenshot-01.jpg + resources\screenshot-02.jpg + resources\screenshot-03.jpg + + Updated with latest artwork metadata diff --git a/fanart.jpg b/fanart.jpg new file mode 100644 index 0000000..728657a Binary files /dev/null and b/fanart.jpg differ diff --git a/resources/screenshot-01.jpg b/resources/screenshot-01.jpg new file mode 100644 index 0000000..1bec755 Binary files /dev/null and b/resources/screenshot-01.jpg differ diff --git a/resources/screenshot-02.jpg b/resources/screenshot-02.jpg new file mode 100644 index 0000000..71dae46 Binary files /dev/null and b/resources/screenshot-02.jpg differ diff --git a/resources/screenshot-03.jpg b/resources/screenshot-03.jpg new file mode 100644 index 0000000..69331a9 Binary files /dev/null and b/resources/screenshot-03.jpg differ