forked from newloran2/emplexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune_plugin.xml
executable file
·38 lines (38 loc) · 1.19 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
<dune_plugin>
<name>emplexer</name>
<caption>emplexer</caption>
<entry_points>
<entry_point>
<parent_media_url>root://applications</parent_media_url>
<media_url>emplexer_section_secreen</media_url>
<caption>emplexer</caption>
<icon_url>plugin_file://icons/games.png</icon_url>
<actions>
<key_enter>
<type>plugin_open_folder</type>
</key_enter>
</actions>
<ip_address_required>no</ip_address_required>
<show_by_default>yes</show_by_default>
</entry_point>
<entry_point>
<parent_media_url>setup://applications</parent_media_url>
<media_url>emplexer_setup_screen</media_url>
<caption>emplexer</caption>
<icon_url>plugin_file://icons/games.png</icon_url>
<actions>
<key_enter>
<type>plugin_open_folder</type>
</key_enter>
</actions>
<ip_address_required>no</ip_address_required>
<show_by_default>yes</show_by_default>
<show_default_value>yes</show_default_value>
<show_cookie_name>show_tv_entry_point</show_cookie_name>
</entry_point>
</entry_points>
<type>php</type>
<params>
<program>main.php</program>
</params>
</dune_plugin>