-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
18 lines (18 loc) · 868 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.service.redalert" name="Israel Red Alerts" version="1.1.2" provider-name="ShaLi">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="main.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Red Aletrs notifications in Israel</summary>
<description lang="en">
This plugin polls the oref.gov.il server and gets notifications on Red Alerts in real time.
This plugin is not official in any way. Please be alerted for notifications from official channels.
</description>
<platform>all</platform>
<website></website>
<source>https://github.com/shali3/xbmc.service.il.redalert</source>
<forum>http://forum.xbmc.org/</forum>
</extension>
</addon>