-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdune_plugin.xml
executable file
·41 lines (41 loc) · 1.18 KB
/
dune_plugin.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<dune_plugin>
<name>twitch_tv</name>
<caption>Twitch TV</caption>
<entry_points>
<entry_point>
<parent_media_url>root://applications</parent_media_url>
<media_url>main_menu</media_url>
<caption>Twitch TV</caption>
<icon_url>plugin_file://img/twitch_logo.aai</icon_url>
<actions>
<key_enter>
<type>plugin_open_folder</type>
</key_enter>
</actions>
<ip_address_required>yes</ip_address_required>
<show_by_default>yes</show_by_default>
</entry_point>
<entry_point>
<parent_media_url>setup://applications</parent_media_url>
<media_url>setup</media_url>
<caption>Twitch setup</caption>
<icon_url>plugin_file://img/twitch_logo.aai</icon_url>
<actions>
<key_enter>
<type>plugin_open_folder</type>
</key_enter>
</actions>
</entry_point>
</entry_points>
<type>php</type>
<params>
<program>main.php</program>
</params>
<version_index>9</version_index>
<version>0.5.9</version>
<check_update>
<schema>1</schema>
<url>http://tw.fex.cc/twitch/update.txt</url>
<timeout>0</timeout>
</check_update>
</dune_plugin>