summarylogtreecommitdiffstats
path: root/jdownloader.xml
blob: c3d3e16ed7de0af9d4cf48da036b41d9465a9699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="application/x-dlc-container">
    <comment>Download Link Container File</comment>
    <glob pattern="*.dlc"/>
	<icon name="jd-container"/>
  </mime-type>

  <mime-type type="application/x-ccf-container">
    <comment>CryptLoad Container File</comment>
    <glob pattern="*.ccf"/>
	<icon name="jd-container"/>
  </mime-type>

  <mime-type type="application/x-rsdf-container">
    <comment>RapidShare Download File</comment>
    <glob pattern="*.rsdf"/>
	<icon name="jd-container"/>
  </mime-type>
</mime-info>