forked from Ryochan7/sc-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscc-mime-types.xml
More file actions
21 lines (21 loc) · 863 Bytes
/
scc-mime-types.xml
File metadata and controls
21 lines (21 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-steamcontrollerdb-profile">
<comment>Steam Controller Database Profile</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="sc-controller"/>
<glob priority="75" pattern="*.vdffz"/>
</mime-type>
<mime-type type="application/x-scc-profile">
<comment>SC Controller Profile</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="sc-controller"/>
<glob priority="75" pattern="*.sccprofile"/>
</mime-type>
<mime-type type="application/x-scc-profile-package">
<comment>SC Controller Profile Package</comment>
<sub-class-of type="application/x-compressed-tar"/>
<generic-icon name="sc-controller"/>
<glob priority="75" pattern="*.sccprofile.tar.gz"/>
</mime-type>
</mime-info>